Shades of Hurricane #857D78
Tints of Hurricane #857D78
RGB
CMYK
RGB Variations
Color information
#857D78 (or 0x857D78) is known color: Hurricane. HEX triplet: 85, 7D and 78. RGB value is (133,125,120). Sum of RGB (Red+Green+Blue) = 133+125+120=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 133 - color contains mainly: red. Hex color #857D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D78 is #7A8287. Grayscale: #7E7E7E. Windows color (decimal): -8028808 or 7896453. OLE color: 7896453.
HSL color Cylindrical-coordinate representation of color #857D78: hue angle of 23.08º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #857D78 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 125 | 120 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.48 |
| HSL | 23.08º | 0.05% | 0.5% | - |
| HSV(B) | 23.08º | 0.1% | 0.52% | - |
| XYZ | 20.4 | 21.01 | 20.75 | - |
| YUV | 126.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 125 | 120 | 0 | 0.06 | 0.10 | 0.48 | 23.08 | 0.05 | 0.5 |
| Hex | 85 | 7D | 78 | 0 | 6 | A | 30 | 17 | 5 | 32 |
| Octal | 205 | 175 | 170 | 0 | 6 | 12 | 60 | 27 | 5 | 62 |
| Binary | 10000101 | 1111101 | 1111000 | 0 | 110 | 1010 | 110000 | 10111 | 101 | 110010 |
Color Harmonies of #857D78
Complementary color
Monochromatic Colors of #857D78
Black with #857D78
Text Example
Text Example
White with #857D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857D78; }
p { color: rgb(133,125,120); }
H1.HeaderClassName
{
color: #857D78;
}
.AnyTagClassName
{
color: #857D78;
}
</style>
background-color css
<style>
a { background-color: #857D78; }
a { background-color: rgb(133,125,120); }
div.DivClassName
{
background-color: #857D78;
}
.BgClassName
{
background-color: #857D78;
}
</style>
border-color css
<style>
span { border-color: #857D78; }
span { border-color: rgb(133,125,120); }
td.TdClassName
{
border-color: #857D78;
}
.TagClassName
{
border-color: #857D78;
}
</style>