#79606B

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

Shades of Scorpion #79606B

Tints of Scorpion #79606B

Color information

#79606B (or 0x79606B) is unknown color: approx Scorpion. HEX triplet: 79, 60 and 6B. RGB value is (121,96,107). Sum of RGB (Red+Green+Blue) = 121+96+107=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 121 - color contains mainly: red. Hex color #79606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79606B is #869F94. Grayscale: #686868. Windows color (decimal): -8822677 or 7037049. OLE color: 7037049.

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

Color convert

RGB12196107-
CMYK00.210.120.53
HSL333.6º11.52%42.55%-
HSV(B)333.6º20.66%47.45%-
XYZ14.7213.4915.74-
YUV104.73129.28139.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.35%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 107 (42.19% from 255) = 33.02%
R=37.35%
G=29.63%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219610700.210.120.53333.611.5242.55
Hex79606B015C3514ec2b
Octal17114015302514655161453
Binary11110011100000110101101010111001101011010011101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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