Shades of Hurricane #857C78
Tints of Hurricane #857C78
RGB
CMYK
RGB Variations
Color information
#857C78 (or 0x857C78) is known color: Hurricane. HEX triplet: 85, 7C and 78. RGB value is (133,124,120). Sum of RGB (Red+Green+Blue) = 133+124+120=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 133 - color contains mainly: red. Hex color #857C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C78 is #7A8387. Grayscale: #7E7E7E. Windows color (decimal): -8029064 or 7896197. OLE color: 7896197.
HSL color Cylindrical-coordinate representation of color #857C78: hue angle of 18.46º 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 #857C78 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 124 | 120 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.48 |
| HSL | 18.46º | 0.05% | 0.5% | - |
| HSV(B) | 18.46º | 0.1% | 0.52% | - |
| XYZ | 20.27 | 20.76 | 20.71 | - |
| YUV | 126.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 120 | 0 | 0.07 | 0.10 | 0.48 | 18.46 | 0.05 | 0.5 |
| Hex | 85 | 7C | 78 | 0 | 7 | A | 30 | 12 | 5 | 32 |
| Octal | 205 | 174 | 170 | 0 | 7 | 12 | 60 | 22 | 5 | 62 |
| Binary | 10000101 | 1111100 | 1111000 | 0 | 111 | 1010 | 110000 | 10010 | 101 | 110010 |
Color Harmonies of #857C78
Complementary color
Monochromatic Colors of #857C78
Black with #857C78
Text Example
Text Example
White with #857C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C78; }
p { color: rgb(133,124,120); }
H1.HeaderClassName
{
color: #857C78;
}
.AnyTagClassName
{
color: #857C78;
}
</style>
background-color css
<style>
a { background-color: #857C78; }
a { background-color: rgb(133,124,120); }
div.DivClassName
{
background-color: #857C78;
}
.BgClassName
{
background-color: #857C78;
}
</style>
border-color css
<style>
span { border-color: #857C78; }
span { border-color: rgb(133,124,120); }
td.TdClassName
{
border-color: #857C78;
}
.TagClassName
{
border-color: #857C78;
}
</style>