#79616E

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

Shades of Scorpion #79616E

Tints of Scorpion #79616E

Color information

#79616E (or 0x79616E) is unknown color: approx Scorpion. HEX triplet: 79, 61 and 6E. RGB value is (121,97,110). Sum of RGB (Red+Green+Blue) = 121+97+110=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 121 - color contains mainly: red. Hex color #79616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79616E is #869E91. Grayscale: #696969. Windows color (decimal): -8822418 or 7233913. OLE color: 7233913.

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

Color convert

RGB12197110-
CMYK00.200.090.53
HSL327.5º11.01%42.75%-
HSV(B)327.5º19.83%47.45%-
XYZ14.9713.7416.61-
YUV105.66130.45138.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.89%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 110 (43.36% from 255) = 33.54%
R=36.89%
G=29.57%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219711000.200.090.53327.511.0142.75
Hex79616E014935148b2b
Octal17114115602411655101353
Binary11110011100001110111001010010011101011010010001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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