#79606E

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

Shades of Scorpion #79606E

Tints of Scorpion #79606E

Color information

#79606E (or 0x79606E) is unknown color: approx Scorpion. HEX triplet: 79, 60 and 6E. RGB value is (121,96,110). Sum of RGB (Red+Green+Blue) = 121+96+110=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 121 - color contains mainly: red. Hex color #79606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79606E is #869F91. Grayscale: #696969. Windows color (decimal): -8822674 or 7233657. OLE color: 7233657.

HSL color Cylindrical-coordinate representation of color #79606E: hue angle of 326.4º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #79606E is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12196110-
CMYK00.210.090.53
HSL326.4º11.52%42.55%-
HSV(B)326.4º20.66%47.45%-
XYZ14.8813.5616.58-
YUV105.07130.78139.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.00%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 110 (43.36% from 255) = 33.64%
R=37.00%
G=29.36%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219611000.210.090.53326.411.5242.55
Hex79606E015935146c2b
Octal17114015602511655061453
Binary11110011100000110111001010110011101011010001101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,96,110); }

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

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

 a { background-color: rgb(121,96,110); }

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

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

 span { border-color: rgb(121,96,110); }

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