Shades of Scorpion #795E6A
Tints of Scorpion #795E6A
RGB
CMYK
RGB Variations
Color information
#795E6A (or 0x795E6A) is known color: Scorpion. HEX triplet: 79, 5E and 6A. RGB value is (121,94,106). Sum of RGB (Red+Green+Blue) = 121+94+106=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 121 - color contains mainly: red. Hex color #795E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E6A is #86A195. Grayscale: #676767. Windows color (decimal): -8823190 or 6971001. OLE color: 6971001.
HSL color Cylindrical-coordinate representation of color #795E6A: hue angle of 333.33º 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 #795E6A is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 94 | 106 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.53 |
| HSL | 333.33º | 0.13% | 0.42% | - |
| HSV(B) | 333.33º | 0.22% | 0.47% | - |
| XYZ | 14.49 | 13.11 | 15.4 | - |
| YUV | 103.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 94 | 106 | 0 | 0.22 | 0.12 | 0.53 | 333.33 | 0.13 | 0.42 |
| Hex | 79 | 5E | 6A | 0 | 16 | C | 35 | 14D | D | 2A |
| Octal | 171 | 136 | 152 | 0 | 26 | 14 | 65 | 515 | 15 | 52 |
| Binary | 1111001 | 1011110 | 1101010 | 0 | 10110 | 1100 | 110101 | 101001101 | 1101 | 101010 |
Color Harmonies of #795E6A
Complementary color
Monochromatic Colors of #795E6A
Black with #795E6A
Text Example
Text Example
White with #795E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795E6A; }
p { color: rgb(121,94,106); }
H1.HeaderClassName
{
color: #795E6A;
}
.AnyTagClassName
{
color: #795E6A;
}
</style>
background-color css
<style>
a { background-color: #795E6A; }
a { background-color: rgb(121,94,106); }
div.DivClassName
{
background-color: #795E6A;
}
.BgClassName
{
background-color: #795E6A;
}
</style>
border-color css
<style>
span { border-color: #795E6A; }
span { border-color: rgb(121,94,106); }
td.TdClassName
{
border-color: #795E6A;
}
.TagClassName
{
border-color: #795E6A;
}
</style>