Shades of Scorpion #79616A
Tints of Scorpion #79616A
RGB
CMYK
RGB Variations
Color information
#79616A (or 0x79616A) is known color: Scorpion. HEX triplet: 79, 61 and 6A. RGB value is (121,97,106). Sum of RGB (Red+Green+Blue) = 121+97+106=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 121 - color contains mainly: red. Hex color #79616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79616A is #869E95. Grayscale: #696969. Windows color (decimal): -8822422 or 6971769. OLE color: 6971769.
HSL color Cylindrical-coordinate representation of color #79616A: hue angle of 337.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 #79616A is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 97 | 106 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.53 |
| HSL | 337.5º | 0.11% | 0.43% | - |
| HSV(B) | 337.5º | 0.2% | 0.47% | - |
| XYZ | 14.76 | 13.65 | 15.49 | - |
| YUV | 105.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 97 | 106 | 0 | 0.20 | 0.12 | 0.53 | 337.5 | 0.11 | 0.43 |
| Hex | 79 | 61 | 6A | 0 | 14 | C | 35 | 152 | B | 2B |
| Octal | 171 | 141 | 152 | 0 | 24 | 14 | 65 | 522 | 13 | 53 |
| Binary | 1111001 | 1100001 | 1101010 | 0 | 10100 | 1100 | 110101 | 101010010 | 1011 | 101011 |
Color Harmonies of #79616A
Complementary color
Monochromatic Colors of #79616A
Black with #79616A
Text Example
Text Example
White with #79616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79616A; }
p { color: rgb(121,97,106); }
H1.HeaderClassName
{
color: #79616A;
}
.AnyTagClassName
{
color: #79616A;
}
</style>
background-color css
<style>
a { background-color: #79616A; }
a { background-color: rgb(121,97,106); }
div.DivClassName
{
background-color: #79616A;
}
.BgClassName
{
background-color: #79616A;
}
</style>
border-color css
<style>
span { border-color: #79616A; }
span { border-color: rgb(121,97,106); }
td.TdClassName
{
border-color: #79616A;
}
.TagClassName
{
border-color: #79616A;
}
</style>