Shades of Hurricane #857E7A
Tints of Hurricane #857E7A
RGB
CMYK
RGB Variations
Color information
#857E7A (or 0x857E7A) is known color: Hurricane. HEX triplet: 85, 7E and 7A. RGB value is (133,126,122). Sum of RGB (Red+Green+Blue) = 133+126+122=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 133 - color contains mainly: red. Hex color #857E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E7A is #7A8185. Grayscale: #7F7F7F. Windows color (decimal): -8028550 or 8027781. OLE color: 8027781.
HSL color Cylindrical-coordinate representation of color #857E7A: hue angle of 21.82º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #857E7A is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 126 | 122 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.48 |
| HSL | 21.82º | 0.04% | 0.5% | - |
| HSV(B) | 21.82º | 0.08% | 0.52% | - |
| XYZ | 20.65 | 21.31 | 21.44 | - |
| YUV | 127.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 122 | 0 | 0.05 | 0.08 | 0.48 | 21.82 | 0.04 | 0.5 |
| Hex | 85 | 7E | 7A | 0 | 5 | 8 | 30 | 16 | 4 | 32 |
| Octal | 205 | 176 | 172 | 0 | 5 | 10 | 60 | 26 | 4 | 62 |
| Binary | 10000101 | 1111110 | 1111010 | 0 | 101 | 1000 | 110000 | 10110 | 100 | 110010 |
Color Harmonies of #857E7A
Complementary color
Monochromatic Colors of #857E7A
Black with #857E7A
Text Example
Text Example
White with #857E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857E7A; }
p { color: rgb(133,126,122); }
H1.HeaderClassName
{
color: #857E7A;
}
.AnyTagClassName
{
color: #857E7A;
}
</style>
background-color css
<style>
a { background-color: #857E7A; }
a { background-color: rgb(133,126,122); }
div.DivClassName
{
background-color: #857E7A;
}
.BgClassName
{
background-color: #857E7A;
}
</style>
border-color css
<style>
span { border-color: #857E7A; }
span { border-color: rgb(133,126,122); }
td.TdClassName
{
border-color: #857E7A;
}
.TagClassName
{
border-color: #857E7A;
}
</style>