#76626A

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

Shades of Scorpion #76626A

Tints of Scorpion #76626A

Color information

#76626A (or 0x76626A) is unknown color: approx Scorpion. HEX triplet: 76, 62 and 6A. RGB value is (118,98,106). Sum of RGB (Red+Green+Blue) = 118+98+106=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #76626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76626A is #899D95. Grayscale: #686868. Windows color (decimal): -9018774 or 6972022. OLE color: 6972022.

HSL color Cylindrical-coordinate representation of color #76626A: hue angle of 336º 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 #76626A is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB11898106-
CMYK00.170.100.54
HSL336º9.26%42.35%-
HSV(B)336º16.95%46.27%-
XYZ14.4413.6315.5-
YUV104.89128.63137.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.65%
GREEN value IS 98 (38.67% from 255) = 30.43%
BLUE value IS 106 (41.80% from 255) = 32.92%
R=36.65%
G=30.43%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189810600.170.100.543369.2642.35
Hex76626A011A3615092a
Octal16614215202112665201152
Binary11101101100010110101001000110101101101010100001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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