#76676E

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

Shades of Scorpion #76676E

Tints of Scorpion #76676E

Color information

#76676E (or 0x76676E) is unknown color: approx Scorpion. HEX triplet: 76, 67 and 6E. RGB value is (118,103,110). Sum of RGB (Red+Green+Blue) = 118+103+110=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #76676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76676E is #899891. Grayscale: #6C6C6C. Windows color (decimal): -9017490 or 7235446. OLE color: 7235446.

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

Color convert

RGB118103110-
CMYK00.130.070.54
HSL332º6.79%43.33%-
HSV(B)332º12.71%46.27%-
XYZ15.1414.6816.79-
YUV108.28128.97134.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 103 (40.62% from 255) = 31.12%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=35.65%
G=31.12%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810311000.130.070.543326.7943.33
Hex76676E0D73614c72b
Octal166147156015766514753
Binary11101101100111110111001101111110110101001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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