#76636E

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

Shades of Scorpion #76636E

Tints of Scorpion #76636E

Color information

#76636E (or 0x76636E) is unknown color: approx Scorpion. HEX triplet: 76, 63 and 6E. RGB value is (118,99,110). Sum of RGB (Red+Green+Blue) = 118+99+110=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 118 - color contains mainly: red. Hex color #76636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76636E is #899C91. Grayscale: #696969. Windows color (decimal): -9018514 or 7234422. OLE color: 7234422.

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

Color convert

RGB11899110-
CMYK00.160.070.54
HSL325.26º8.76%42.55%-
HSV(B)325.26º16.1%46.27%-
XYZ14.7513.916.66-
YUV105.94130.29136.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 99 (39.06% from 255) = 30.28%
BLUE value IS 110 (43.36% from 255) = 33.64%
R=36.09%
G=30.28%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189911000.160.070.54325.268.7642.55
Hex76636E01073614592b
Octal1661431560207665051153
Binary1110110110001111011100100001111101101010001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76636E; }

 p { color: rgb(118,99,110); }

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

<style>
 a { background-color: #76636E; }

 a { background-color: rgb(118,99,110); }

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

<style>
 span { border-color: #76636E; }

 span { border-color: rgb(118,99,110); }

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