Shades of Scorpion #795E68
Tints of Scorpion #795E68
RGB
CMYK
RGB Variations
Color information
#795E68 (or 0x795E68) is known color: Scorpion. HEX triplet: 79, 5E and 68. RGB value is (121,94,104). Sum of RGB (Red+Green+Blue) = 121+94+104=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 121 - color contains mainly: red. Hex color #795E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E68 is #86A197. Grayscale: #676767. Windows color (decimal): -8823192 or 6839929. OLE color: 6839929.
HSL color Cylindrical-coordinate representation of color #795E68: hue angle of 337.78º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #795E68 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 94 | 104 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.53 |
| HSL | 337.78º | 0.13% | 0.42% | - |
| HSV(B) | 337.78º | 0.22% | 0.47% | - |
| XYZ | 14.39 | 13.07 | 14.86 | - |
| YUV | 103.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 94 | 104 | 0 | 0.22 | 0.14 | 0.53 | 337.78 | 0.13 | 0.42 |
| Hex | 79 | 5E | 68 | 0 | 16 | E | 35 | 152 | D | 2A |
| Octal | 171 | 136 | 150 | 0 | 26 | 16 | 65 | 522 | 15 | 52 |
| Binary | 1111001 | 1011110 | 1101000 | 0 | 10110 | 1110 | 110101 | 101010010 | 1101 | 101010 |
Color Harmonies of #795E68
Complementary color
Monochromatic Colors of #795E68
Black with #795E68
Text Example
Text Example
White with #795E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795E68; }
p { color: rgb(121,94,104); }
H1.HeaderClassName
{
color: #795E68;
}
.AnyTagClassName
{
color: #795E68;
}
</style>
background-color css
<style>
a { background-color: #795E68; }
a { background-color: rgb(121,94,104); }
div.DivClassName
{
background-color: #795E68;
}
.BgClassName
{
background-color: #795E68;
}
</style>
border-color css
<style>
span { border-color: #795E68; }
span { border-color: rgb(121,94,104); }
td.TdClassName
{
border-color: #795E68;
}
.TagClassName
{
border-color: #795E68;
}
</style>