#79656D

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

Shades of Scorpion #79656D

Tints of Scorpion #79656D

Color information

#79656D (or 0x79656D) is unknown color: approx Scorpion. HEX triplet: 79, 65 and 6D. RGB value is (121,101,109). Sum of RGB (Red+Green+Blue) = 121+101+109=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 121 - color contains mainly: red. Hex color #79656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79656D is #869A92. Grayscale: #6B6B6B. Windows color (decimal): -8821395 or 7169401. OLE color: 7169401.

HSL color Cylindrical-coordinate representation of color #79656D: hue angle of 336º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #79656D is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB121101109-
CMYK00.170.100.53
HSL336º9.01%43.53%-
HSV(B)336º16.53%47.45%-
XYZ15.314.4816.46-
YUV107.89128.63137.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.56%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=36.56%
G=30.51%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110110900.170.100.533369.0143.53
Hex79656D011A3515092c
Octal17114515502112655201154
Binary11110011100101110110101000110101101011010100001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79656D; }

 p { color: rgb(121,101,109); }

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

<style>
 a { background-color: #79656D; }

 a { background-color: rgb(121,101,109); }

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

<style>
 span { border-color: #79656D; }

 span { border-color: rgb(121,101,109); }

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