Shades of Hurricane #857E7C
Tints of Hurricane #857E7C
RGB
CMYK
RGB Variations
Color information
#857E7C (or 0x857E7C) is known color: Hurricane. HEX triplet: 85, 7E and 7C. RGB value is (133,126,124). Sum of RGB (Red+Green+Blue) = 133+126+124=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 133 - color contains mainly: red. Hex color #857E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E7C is #7A8183. Grayscale: #7F7F7F. Windows color (decimal): -8028548 or 8158853. OLE color: 8158853.
HSL color Cylindrical-coordinate representation of color #857E7C: hue angle of 13.33º 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 #857E7C is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 126 | 124 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.48 |
| HSL | 13.33º | 0.04% | 0.5% | - |
| HSV(B) | 13.33º | 0.07% | 0.52% | - |
| XYZ | 20.77 | 21.36 | 22.1 | - |
| YUV | 127.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 124 | 0 | 0.05 | 0.07 | 0.48 | 13.33 | 0.04 | 0.5 |
| Hex | 85 | 7E | 7C | 0 | 5 | 7 | 30 | D | 4 | 32 |
| Octal | 205 | 176 | 174 | 0 | 5 | 7 | 60 | 15 | 4 | 62 |
| Binary | 10000101 | 1111110 | 1111100 | 0 | 101 | 111 | 110000 | 1101 | 100 | 110010 |
Color Harmonies of #857E7C
Complementary color
Monochromatic Colors of #857E7C
Black with #857E7C
Text Example
Text Example
White with #857E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857E7C; }
p { color: rgb(133,126,124); }
H1.HeaderClassName
{
color: #857E7C;
}
.AnyTagClassName
{
color: #857E7C;
}
</style>
background-color css
<style>
a { background-color: #857E7C; }
a { background-color: rgb(133,126,124); }
div.DivClassName
{
background-color: #857E7C;
}
.BgClassName
{
background-color: #857E7C;
}
</style>
border-color css
<style>
span { border-color: #857E7C; }
span { border-color: rgb(133,126,124); }
td.TdClassName
{
border-color: #857E7C;
}
.TagClassName
{
border-color: #857E7C;
}
</style>