Shades of Hurricane #857F7C
Tints of Hurricane #857F7C
RGB
CMYK
RGB Variations
Color information
#857F7C (or 0x857F7C) is known color: Hurricane. HEX triplet: 85, 7F and 7C. RGB value is (133,127,124). Sum of RGB (Red+Green+Blue) = 133+127+124=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 133 - color contains mainly: red. Hex color #857F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F7C is #7A8083. Grayscale: #808080. Windows color (decimal): -8028292 or 8159109. OLE color: 8159109.
HSL color Cylindrical-coordinate representation of color #857F7C: hue angle of 20º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #857F7C is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 127 | 124 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.48 |
| HSL | 20º | 0.04% | 0.5% | - |
| HSV(B) | 20º | 0.07% | 0.52% | - |
| XYZ | 20.9 | 21.62 | 22.14 | - |
| YUV | 128.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 124 | 0 | 0.05 | 0.07 | 0.48 | 20 | 0.04 | 0.5 |
| Hex | 85 | 7F | 7C | 0 | 5 | 7 | 30 | 14 | 4 | 32 |
| Octal | 205 | 177 | 174 | 0 | 5 | 7 | 60 | 24 | 4 | 62 |
| Binary | 10000101 | 1111111 | 1111100 | 0 | 101 | 111 | 110000 | 10100 | 100 | 110010 |
Color Harmonies of #857F7C
Complementary color
Monochromatic Colors of #857F7C
Black with #857F7C
Text Example
Text Example
White with #857F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857F7C; }
p { color: rgb(133,127,124); }
H1.HeaderClassName
{
color: #857F7C;
}
.AnyTagClassName
{
color: #857F7C;
}
</style>
background-color css
<style>
a { background-color: #857F7C; }
a { background-color: rgb(133,127,124); }
div.DivClassName
{
background-color: #857F7C;
}
.BgClassName
{
background-color: #857F7C;
}
</style>
border-color css
<style>
span { border-color: #857F7C; }
span { border-color: rgb(133,127,124); }
td.TdClassName
{
border-color: #857F7C;
}
.TagClassName
{
border-color: #857F7C;
}
</style>