#79616C

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

Shades of Scorpion #79616C

Tints of Scorpion #79616C

Color information

#79616C (or 0x79616C) is unknown color: approx Scorpion. HEX triplet: 79, 61 and 6C. RGB value is (121,97,108). Sum of RGB (Red+Green+Blue) = 121+97+108=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 121 - color contains mainly: red. Hex color #79616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79616C is #869E93. Grayscale: #696969. Windows color (decimal): -8822420 or 7102841. OLE color: 7102841.

HSL color Cylindrical-coordinate representation of color #79616C: hue angle of 332.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 #79616C is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB12197108-
CMYK00.200.110.53
HSL332.5º11.01%42.75%-
HSV(B)332.5º19.83%47.45%-
XYZ14.8713.716.05-
YUV105.43129.45139.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.12%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=37.12%
G=29.75%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219710800.200.110.53332.511.0142.75
Hex79616C014B3514cb2b
Octal17114115402413655141353
Binary11110011100001110110001010010111101011010011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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