#76669F

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

Shades of Scampi #76669F

Tints of Scampi #76669F

Color information

#76669F (or 0x76669F) is unknown color: approx Scampi. HEX triplet: 76, 66 and 9F. RGB value is (118,102,159). Sum of RGB (Red+Green+Blue) = 118+102+159=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #76669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76669F is #899960. Grayscale: #717171. Windows color (decimal): -9017697 or 10446454. OLE color: 10446454.

HSL color Cylindrical-coordinate representation of color #76669F: hue angle of 256.84º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76669F is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB118102159-
CMYK0.260.3600.38
HSL256.84º22.89%51.18%-
HSV(B)256.84º35.85%62.35%-
XYZ18.4815.8634.89-
YUV113.28153.8131.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.13%
GREEN value IS 102 (40.23% from 255) = 26.91%
BLUE value IS 159 (62.5% from 255) = 41.95%
R=31.13%
G=26.91%
B=41.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181021590.260.3600.38256.8422.8951.18
Hex76669F1A240261011733
Octal16614623732440464012763
Binary111011011001101001111111010100100010011010000000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76669F; }

 p { color: rgb(118,102,159); }

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

<style>
 a { background-color: #76669F; }

 a { background-color: rgb(118,102,159); }

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

<style>
 span { border-color: #76669F; }

 span { border-color: rgb(118,102,159); }

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