Shades of Scorpion #79616E
Tints of Scorpion #79616E
RGB
CMYK
RGB Variations
Color information
#79616E (or 0x79616E) is known color: Scorpion. HEX triplet: 79, 61 and 6E. RGB value is (121,97,110). Sum of RGB (Red+Green+Blue) = 121+97+110=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 121 - color contains mainly: red. Hex color #79616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79616E is #869E91. Grayscale: #696969. Windows color (decimal): -8822418 or 7233913. OLE color: 7233913.
HSL color Cylindrical-coordinate representation of color #79616E: hue angle of 327.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 #79616E is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 97 | 110 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.53 |
| HSL | 327.5º | 0.11% | 0.43% | - |
| HSV(B) | 327.5º | 0.2% | 0.47% | - |
| XYZ | 14.97 | 13.74 | 16.61 | - |
| YUV | 105.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 97 | 110 | 0 | 0.20 | 0.09 | 0.53 | 327.5 | 0.11 | 0.43 |
| Hex | 79 | 61 | 6E | 0 | 14 | 9 | 35 | 148 | B | 2B |
| Octal | 171 | 141 | 156 | 0 | 24 | 11 | 65 | 510 | 13 | 53 |
| Binary | 1111001 | 1100001 | 1101110 | 0 | 10100 | 1001 | 110101 | 101001000 | 1011 | 101011 |
Color Harmonies of #79616E
Complementary color
Monochromatic Colors of #79616E
Black with #79616E
Text Example
Text Example
White with #79616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79616E; }
p { color: rgb(121,97,110); }
H1.HeaderClassName
{
color: #79616E;
}
.AnyTagClassName
{
color: #79616E;
}
</style>
background-color css
<style>
a { background-color: #79616E; }
a { background-color: rgb(121,97,110); }
div.DivClassName
{
background-color: #79616E;
}
.BgClassName
{
background-color: #79616E;
}
</style>
border-color css
<style>
span { border-color: #79616E; }
span { border-color: rgb(121,97,110); }
td.TdClassName
{
border-color: #79616E;
}
.TagClassName
{
border-color: #79616E;
}
</style>