Shades of Scorpion #79686F
Tints of Scorpion #79686F
RGB
CMYK
RGB Variations
Color information
#79686F (or 0x79686F) is known color: Scorpion. HEX triplet: 79, 68 and 6F. RGB value is (121,104,111). Sum of RGB (Red+Green+Blue) = 121+104+111=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 121 - color contains mainly: red. Hex color #79686F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79686F is #869790. Grayscale: #6D6D6D. Windows color (decimal): -8820625 or 7301241. OLE color: 7301241.
HSL color Cylindrical-coordinate representation of color #79686F: hue angle of 335.29º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #79686F is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 104 | 111 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.53 |
| HSL | 335.29º | 0.08% | 0.44% | - |
| HSV(B) | 335.29º | 0.14% | 0.47% | - |
| XYZ | 15.7 | 15.11 | 17.13 | - |
| YUV | 109.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 104 | 111 | 0 | 0.14 | 0.08 | 0.53 | 335.29 | 0.08 | 0.44 |
| Hex | 79 | 68 | 6F | 0 | E | 8 | 35 | 14F | 8 | 2C |
| Octal | 171 | 150 | 157 | 0 | 16 | 10 | 65 | 517 | 10 | 54 |
| Binary | 1111001 | 1101000 | 1101111 | 0 | 1110 | 1000 | 110101 | 101001111 | 1000 | 101100 |
Color Harmonies of #79686F
Complementary color
Monochromatic Colors of #79686F
Black with #79686F
Text Example
Text Example
White with #79686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79686F; }
p { color: rgb(121,104,111); }
H1.HeaderClassName
{
color: #79686F;
}
.AnyTagClassName
{
color: #79686F;
}
</style>
background-color css
<style>
a { background-color: #79686F; }
a { background-color: rgb(121,104,111); }
div.DivClassName
{
background-color: #79686F;
}
.BgClassName
{
background-color: #79686F;
}
</style>
border-color css
<style>
span { border-color: #79686F; }
span { border-color: rgb(121,104,111); }
td.TdClassName
{
border-color: #79686F;
}
.TagClassName
{
border-color: #79686F;
}
</style>