#766DAF

Color #766DAF Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #766DAF

Tints of Scampi #766DAF

Color information

#766DAF (or 0x766DAF) is unknown color: approx Scampi. HEX triplet: 76, 6D and AF. RGB value is (118,109,175). Sum of RGB (Red+Green+Blue) = 118+109+175=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #766DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766DAF is #899250. Grayscale: #767676. Windows color (decimal): -9015889 or 11496822. OLE color: 11496822.

HSL color Cylindrical-coordinate representation of color #766DAF: hue angle of 248.18º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #766DAF is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB118109175-
CMYK0.330.3800.31
HSL248.18º29.2%55.69%-
HSV(B)248.18º37.71%68.63%-
XYZ20.6817.8842.92-
YUV119.21159.48127.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 29.35%
GREEN value IS 109 (42.97% from 255) = 27.11%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=29.35%
G=27.11%
B=43.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181091750.330.3800.31248.1829.255.69
Hex766DAF212601Ff81d38
Octal16615525741460373703570
Binary11101101101101101011111000011001100111111111100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766DAF; }

 p { color: rgb(118,109,175); }

 H1.HeaderClassName
 {
   color: #766DAF;
 }
 .AnyTagClassName
 {
   color: #766DAF;
 }
</style>
background-color css

<style>
 a { background-color: #766DAF; }

 a { background-color: rgb(118,109,175); }

 div.DivClassName
 {
   background-color: #766DAF;
 }
 .BgClassName
 {
   background-color: #766DAF;
 }
</style>
border-color css

<style>
 span { border-color: #766DAF; }

 span { border-color: rgb(118,109,175); }

 td.TdClassName
 {
   border-color: #766DAF;
 }
 .TagClassName
 {
   border-color: #766DAF;
 }
</style>