#76656E

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

Shades of Scorpion #76656E

Tints of Scorpion #76656E

Color information

#76656E (or 0x76656E) is unknown color: approx Scorpion. HEX triplet: 76, 65 and 6E. RGB value is (118,101,110). Sum of RGB (Red+Green+Blue) = 118+101+110=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #76656E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76656E is #899A91. Grayscale: #6B6B6B. Windows color (decimal): -9018002 or 7234934. OLE color: 7234934.

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

Color convert

RGB118101110-
CMYK00.140.070.54
HSL328.24º7.76%42.94%-
HSV(B)328.24º14.41%46.27%-
XYZ14.9414.2816.72-
YUV107.11129.63135.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 101 (39.84% from 255) = 30.70%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=35.87%
G=30.70%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810111000.140.070.54328.247.7642.94
Hex76656E0E73614882b
Octal1661451560167665101053
Binary111011011001011101110011101111101101010010001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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