#76666C

Color #76666C Scorpion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scorpion #76666C

Tints of Scorpion #76666C

Color information

#76666C (or 0x76666C) is unknown color: approx Scorpion. HEX triplet: 76, 66 and 6C. RGB value is (118,102,108). Sum of RGB (Red+Green+Blue) = 118+102+108=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 118 - color contains mainly: red. Hex color #76666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76666C is #899993. Grayscale: #6B6B6B. Windows color (decimal): -9017748 or 7104118. OLE color: 7104118.

HSL color Cylindrical-coordinate representation of color #76666C: hue angle of 337.5º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #76666C is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB118102108-
CMYK00.140.080.54
HSL337.5º7.27%43.14%-
HSV(B)337.5º13.56%46.27%-
XYZ14.9314.4416.19-
YUV107.47128.3135.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.98%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=35.98%
G=31.10%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810210800.140.080.54337.57.2743.14
Hex76666C0E83615272b
Octal1661461540161066522753
Binary111011011001101101100011101000110110101010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76666C; }

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

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

<style>
 a { background-color: #76666C; }

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

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

<style>
 span { border-color: #76666C; }

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

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