#76626C

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

Shades of Scorpion #76626C

Tints of Scorpion #76626C

Color information

#76626C (or 0x76626C) is unknown color: approx Scorpion. HEX triplet: 76, 62 and 6C. RGB value is (118,98,108). Sum of RGB (Red+Green+Blue) = 118+98+108=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 118 - color contains mainly: red. Hex color #76626C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76626C is #899D93. Grayscale: #696969. Windows color (decimal): -9018772 or 7103094. OLE color: 7103094.

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

Color convert

RGB11898108-
CMYK00.170.080.54
HSL330º9.26%42.35%-
HSV(B)330º16.95%46.27%-
XYZ14.5513.6716.06-
YUV105.12129.63137.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.42%
GREEN value IS 98 (38.67% from 255) = 30.25%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=36.42%
G=30.25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189810800.170.080.543309.2642.35
Hex76626C01183614a92a
Octal16614215402110665121152
Binary11101101100010110110001000110001101101010010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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