Shades of Scorpion #795C66
Tints of Scorpion #795C66
RGB
CMYK
RGB Variations
Color information
#795C66 (or 0x795C66) is known color: Scorpion. HEX triplet: 79, 5C and 66. RGB value is (121,92,102). Sum of RGB (Red+Green+Blue) = 121+92+102=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 121 - color contains mainly: red. Hex color #795C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795C66 is #86A399. Grayscale: #656565. Windows color (decimal): -8823706 or 6708345. OLE color: 6708345.
HSL color Cylindrical-coordinate representation of color #795C66: hue angle of 339.31º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #795C66 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 92 | 102 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.53 |
| HSL | 339.31º | 0.14% | 0.42% | - |
| HSV(B) | 339.31º | 0.24% | 0.47% | - |
| XYZ | 14.11 | 12.68 | 14.27 | - |
| YUV | 101.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 92 | 102 | 0 | 0.24 | 0.16 | 0.53 | 339.31 | 0.14 | 0.42 |
| Hex | 79 | 5C | 66 | 0 | 18 | 10 | 35 | 153 | E | 2A |
| Octal | 171 | 134 | 146 | 0 | 30 | 20 | 65 | 523 | 16 | 52 |
| Binary | 1111001 | 1011100 | 1100110 | 0 | 11000 | 10000 | 110101 | 101010011 | 1110 | 101010 |
Color Harmonies of #795C66
Complementary color
Monochromatic Colors of #795C66
Black with #795C66
Text Example
Text Example
White with #795C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795C66; }
p { color: rgb(121,92,102); }
H1.HeaderClassName
{
color: #795C66;
}
.AnyTagClassName
{
color: #795C66;
}
</style>
background-color css
<style>
a { background-color: #795C66; }
a { background-color: rgb(121,92,102); }
div.DivClassName
{
background-color: #795C66;
}
.BgClassName
{
background-color: #795C66;
}
</style>
border-color css
<style>
span { border-color: #795C66; }
span { border-color: rgb(121,92,102); }
td.TdClassName
{
border-color: #795C66;
}
.TagClassName
{
border-color: #795C66;
}
</style>