Shades of Scorpion #795E64
Tints of Scorpion #795E64
RGB
CMYK
RGB Variations
Color information
#795E64 (or 0x795E64) is known color: Scorpion. HEX triplet: 79, 5E and 64. RGB value is (121,94,100). Sum of RGB (Red+Green+Blue) = 121+94+100=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 121 - color contains mainly: red. Hex color #795E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E64 is #86A19B. Grayscale: #666666. Windows color (decimal): -8823196 or 6577785. OLE color: 6577785.
HSL color Cylindrical-coordinate representation of color #795E64: hue angle of 346.67º 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 #795E64 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 94 | 100 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.53 |
| HSL | 346.67º | 0.13% | 0.42% | - |
| HSV(B) | 346.67º | 0.22% | 0.47% | - |
| XYZ | 14.19 | 12.99 | 13.82 | - |
| YUV | 102.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 94 | 100 | 0 | 0.22 | 0.17 | 0.53 | 346.67 | 0.13 | 0.42 |
| Hex | 79 | 5E | 64 | 0 | 16 | 11 | 35 | 15B | D | 2A |
| Octal | 171 | 136 | 144 | 0 | 26 | 21 | 65 | 533 | 15 | 52 |
| Binary | 1111001 | 1011110 | 1100100 | 0 | 10110 | 10001 | 110101 | 101011011 | 1101 | 101010 |
Color Harmonies of #795E64
Complementary color
Monochromatic Colors of #795E64
Black with #795E64
Text Example
Text Example
White with #795E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795E64; }
p { color: rgb(121,94,100); }
H1.HeaderClassName
{
color: #795E64;
}
.AnyTagClassName
{
color: #795E64;
}
</style>
background-color css
<style>
a { background-color: #795E64; }
a { background-color: rgb(121,94,100); }
div.DivClassName
{
background-color: #795E64;
}
.BgClassName
{
background-color: #795E64;
}
</style>
border-color css
<style>
span { border-color: #795E64; }
span { border-color: rgb(121,94,100); }
td.TdClassName
{
border-color: #795E64;
}
.TagClassName
{
border-color: #795E64;
}
</style>