Shades of Scorpion #79656D
Tints of Scorpion #79656D
RGB
CMYK
RGB Variations
Color information
#79656D (or 0x79656D) is known color: 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
| RGB | 121 | 101 | 109 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.53 |
| HSL | 336º | 0.09% | 0.44% | - |
| HSV(B) | 336º | 0.17% | 0.47% | - |
| XYZ | 15.3 | 14.48 | 16.46 | - |
| YUV | 107.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 101 | 109 | 0 | 0.17 | 0.10 | 0.53 | 336 | 0.09 | 0.44 |
| Hex | 79 | 65 | 6D | 0 | 11 | A | 35 | 150 | 9 | 2C |
| Octal | 171 | 145 | 155 | 0 | 21 | 12 | 65 | 520 | 11 | 54 |
| Binary | 1111001 | 1100101 | 1101101 | 0 | 10001 | 1010 | 110101 | 101010000 | 1001 | 101100 |
Color Harmonies of #79656D
Complementary color
Monochromatic Colors of #79656D
Black with #79656D
Text Example
Text Example
White with #79656D
Text Example
Text Example
HTML Codes & Css Web 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>