#79616B

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

Shades of Scorpion #79616B

Tints of Scorpion #79616B

Color information

#79616B (or 0x79616B) is unknown color: approx Scorpion. HEX triplet: 79, 61 and 6B. RGB value is (121,97,107). Sum of RGB (Red+Green+Blue) = 121+97+107=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 121 - color contains mainly: red. Hex color #79616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79616B is #869E94. Grayscale: #696969. Windows color (decimal): -8822421 or 7037305. OLE color: 7037305.

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

Color convert

RGB12197107-
CMYK00.200.120.53
HSL335º11.01%42.75%-
HSV(B)335º19.83%47.45%-
XYZ14.8113.6815.77-
YUV105.32128.95139.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.23%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 107 (42.19% from 255) = 32.92%
R=37.23%
G=29.85%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219710700.200.120.5333511.0142.75
Hex79616B014C3514fb2b
Octal17114115302414655171353
Binary11110011100001110101101010011001101011010011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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