#766EAC

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

Shades of Scampi #766EAC

Tints of Scampi #766EAC

Color information

#766EAC (or 0x766EAC) is unknown color: approx Scampi. HEX triplet: 76, 6E and AC. RGB value is (118,110,172). Sum of RGB (Red+Green+Blue) = 118+110+172=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #766EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766EAC is #899153. Grayscale: #777777. Windows color (decimal): -9015636 or 11300470. OLE color: 11300470.

HSL color Cylindrical-coordinate representation of color #766EAC: hue angle of 247.74º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #766EAC is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118110172-
CMYK0.310.3600.33
HSL247.74º27.19%55.29%-
HSV(B)247.74º36.05%67.45%-
XYZ20.4917.9841.42-
YUV119.46157.65126.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 110 (43.36% from 255) = 27.5%
BLUE value IS 172 (67.58% from 255) = 43%
R=29.5%
G=27.5%
B=43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181101720.310.3600.33247.7427.1955.29
Hex766EAC1F24021f81b37
Octal16615625437440413703367
Binary11101101101110101011001111110010001000011111100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,110,172); }

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

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

 a { background-color: rgb(118,110,172); }

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

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

 span { border-color: rgb(118,110,172); }

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