#766EA9

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

Shades of Scampi #766EA9

Tints of Scampi #766EA9

Color information

#766EA9 (or 0x766EA9) is unknown color: approx Scampi. HEX triplet: 76, 6E and A9. RGB value is (118,110,169). Sum of RGB (Red+Green+Blue) = 118+110+169=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 169 - color contains mainly: blue. Hex color #766EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766EA9 is #899156. Grayscale: #767676. Windows color (decimal): -9015639 or 11103862. OLE color: 11103862.

HSL color Cylindrical-coordinate representation of color #766EA9: hue angle of 248.14º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #766EA9 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB118110169-
CMYK0.300.3500.34
HSL248.14º25.54%54.71%-
HSV(B)248.14º34.91%66.27%-
XYZ20.2117.8739.92-
YUV119.12156.15127.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 110 (43.36% from 255) = 27.71%
BLUE value IS 169 (66.41% from 255) = 42.57%
R=29.72%
G=27.71%
B=42.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1181101690.300.3500.34248.1425.5454.71
Hex766EA91E23022f81a37
Octal16615625136430423703267
Binary11101101101110101010011111010001101000101111100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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