Shades of Hurricane #857A77
Tints of Hurricane #857A77
RGB
CMYK
RGB Variations
Color information
#857A77 (or 0x857A77) is known color: Hurricane. HEX triplet: 85, 7A and 77. RGB value is (133,122,119). Sum of RGB (Red+Green+Blue) = 133+122+119=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 133 - color contains mainly: red. Hex color #857A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A77 is #7A8588. Grayscale: #7C7C7C. Windows color (decimal): -8029577 or 7830149. OLE color: 7830149.
HSL color Cylindrical-coordinate representation of color #857A77: hue angle of 12.86º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #857A77 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 122 | 119 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.48 |
| HSL | 12.86º | 0.06% | 0.49% | - |
| HSV(B) | 12.86º | 0.11% | 0.52% | - |
| XYZ | 19.96 | 20.24 | 20.31 | - |
| YUV | 124.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 119 | 0 | 0.08 | 0.11 | 0.48 | 12.86 | 0.06 | 0.49 |
| Hex | 85 | 7A | 77 | 0 | 8 | B | 30 | D | 6 | 31 |
| Octal | 205 | 172 | 167 | 0 | 10 | 13 | 60 | 15 | 6 | 61 |
| Binary | 10000101 | 1111010 | 1110111 | 0 | 1000 | 1011 | 110000 | 1101 | 110 | 110001 |
Color Harmonies of #857A77
Complementary color
Monochromatic Colors of #857A77
Black with #857A77
Text Example
Text Example
White with #857A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857A77; }
p { color: rgb(133,122,119); }
H1.HeaderClassName
{
color: #857A77;
}
.AnyTagClassName
{
color: #857A77;
}
</style>
background-color css
<style>
a { background-color: #857A77; }
a { background-color: rgb(133,122,119); }
div.DivClassName
{
background-color: #857A77;
}
.BgClassName
{
background-color: #857A77;
}
</style>
border-color css
<style>
span { border-color: #857A77; }
span { border-color: rgb(133,122,119); }
td.TdClassName
{
border-color: #857A77;
}
.TagClassName
{
border-color: #857A77;
}
</style>