Shades of Hurricane #8D857F
Tints of Hurricane #8D857F
RGB
CMYK
RGB Variations
Color information
#8D857F (or 0x8D857F) is known color: Hurricane. HEX triplet: 8D, 85 and 7F. RGB value is (141,133,127). Sum of RGB (Red+Green+Blue) = 141+133+127=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 141 - color contains mainly: red. Hex color #8D857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D857F is #727A80. Grayscale: #868686. Windows color (decimal): -7502465 or 8357261. OLE color: 8357261.
HSL color Cylindrical-coordinate representation of color #8D857F: hue angle of 25.71º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8D857F is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 127 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.45 |
| HSL | 25.71º | 0.06% | 0.53% | - |
| HSV(B) | 25.71º | 0.1% | 0.55% | - |
| XYZ | 23.2 | 23.97 | 23.48 | - |
| YUV | 134.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 127 | 0 | 0.06 | 0.10 | 0.45 | 25.71 | 0.06 | 0.53 |
| Hex | 8D | 85 | 7F | 0 | 6 | A | 2D | 1A | 6 | 35 |
| Octal | 215 | 205 | 177 | 0 | 6 | 12 | 55 | 32 | 6 | 65 |
| Binary | 10001101 | 10000101 | 1111111 | 0 | 110 | 1010 | 101101 | 11010 | 110 | 110101 |
Color Harmonies of #8D857F
Complementary color
Monochromatic Colors of #8D857F
Black with #8D857F
Text Example
Text Example
White with #8D857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D857F; }
p { color: rgb(141,133,127); }
H1.HeaderClassName
{
color: #8D857F;
}
.AnyTagClassName
{
color: #8D857F;
}
</style>
background-color css
<style>
a { background-color: #8D857F; }
a { background-color: rgb(141,133,127); }
div.DivClassName
{
background-color: #8D857F;
}
.BgClassName
{
background-color: #8D857F;
}
</style>
border-color css
<style>
span { border-color: #8D857F; }
span { border-color: rgb(141,133,127); }
td.TdClassName
{
border-color: #8D857F;
}
.TagClassName
{
border-color: #8D857F;
}
</style>