Shades of Scorpion #79636A
Tints of Scorpion #79636A
RGB
CMYK
RGB Variations
Color information
#79636A (or 0x79636A) is known color: Scorpion. HEX triplet: 79, 63 and 6A. RGB value is (121,99,106). Sum of RGB (Red+Green+Blue) = 121+99+106=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 121 - color contains mainly: red. Hex color #79636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79636A is #869C95. Grayscale: #6A6A6A. Windows color (decimal): -8821910 or 6972281. OLE color: 6972281.
HSL color Cylindrical-coordinate representation of color #79636A: hue angle of 340.91º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #79636A is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 99 | 106 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.53 |
| HSL | 340.91º | 0.1% | 0.43% | - |
| HSV(B) | 340.91º | 0.18% | 0.47% | - |
| XYZ | 14.95 | 14.03 | 15.56 | - |
| YUV | 106.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 99 | 106 | 0 | 0.18 | 0.12 | 0.53 | 340.91 | 0.1 | 0.43 |
| Hex | 79 | 63 | 6A | 0 | 12 | C | 35 | 155 | A | 2B |
| Octal | 171 | 143 | 152 | 0 | 22 | 14 | 65 | 525 | 12 | 53 |
| Binary | 1111001 | 1100011 | 1101010 | 0 | 10010 | 1100 | 110101 | 101010101 | 1010 | 101011 |
Color Harmonies of #79636A
Complementary color
Monochromatic Colors of #79636A
Black with #79636A
Text Example
Text Example
White with #79636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79636A; }
p { color: rgb(121,99,106); }
H1.HeaderClassName
{
color: #79636A;
}
.AnyTagClassName
{
color: #79636A;
}
</style>
background-color css
<style>
a { background-color: #79636A; }
a { background-color: rgb(121,99,106); }
div.DivClassName
{
background-color: #79636A;
}
.BgClassName
{
background-color: #79636A;
}
</style>
border-color css
<style>
span { border-color: #79636A; }
span { border-color: rgb(121,99,106); }
td.TdClassName
{
border-color: #79636A;
}
.TagClassName
{
border-color: #79636A;
}
</style>