#76626D

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

Shades of Scorpion #76626D

Tints of Scorpion #76626D

Color information

#76626D (or 0x76626D) is unknown color: approx Scorpion. HEX triplet: 76, 62 and 6D. RGB value is (118,98,109). Sum of RGB (Red+Green+Blue) = 118+98+109=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #76626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76626D is #899D92. Grayscale: #696969. Windows color (decimal): -9018771 or 7168630. OLE color: 7168630.

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

Color convert

RGB11898109-
CMYK00.170.080.54
HSL327º9.26%42.35%-
HSV(B)327º16.95%46.27%-
XYZ14.613.6916.34-
YUV105.23130.13137.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=36.31%
G=30.15%
B=33.54%

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
Decimal1189810900.170.080.543279.2642.35
Hex76626D01183614792a
Octal16614215502110665071152
Binary11101101100010110110101000110001101101010001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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