Shades of Ferra #85726F
Tints of Ferra #85726F
RGB
CMYK
RGB Variations
Color information
#85726F (or 0x85726F) is known color: Ferra. HEX triplet: 85, 72 and 6F. RGB value is (133,114,111). Sum of RGB (Red+Green+Blue) = 133+114+111=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #85726F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85726F is #7A8D90. Grayscale: #777777. Windows color (decimal): -8031633 or 7303813. OLE color: 7303813.
HSL color Cylindrical-coordinate representation of color #85726F: hue angle of 8.18º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85726F is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 114 | 111 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.48 |
| HSL | 8.18º | 0.09% | 0.48% | - |
| HSV(B) | 8.18º | 0.17% | 0.52% | - |
| XYZ | 18.56 | 18.17 | 17.57 | - |
| YUV | 119.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 114 | 111 | 0 | 0.14 | 0.17 | 0.48 | 8.18 | 0.09 | 0.48 |
| Hex | 85 | 72 | 6F | 0 | E | 11 | 30 | 8 | 9 | 30 |
| Octal | 205 | 162 | 157 | 0 | 16 | 21 | 60 | 10 | 11 | 60 |
| Binary | 10000101 | 1110010 | 1101111 | 0 | 1110 | 10001 | 110000 | 1000 | 1001 | 110000 |
Color Harmonies of #85726F
Complementary color
Monochromatic Colors of #85726F
Black with #85726F
Text Example
Text Example
White with #85726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85726F; }
p { color: rgb(133,114,111); }
H1.HeaderClassName
{
color: #85726F;
}
.AnyTagClassName
{
color: #85726F;
}
</style>
background-color css
<style>
a { background-color: #85726F; }
a { background-color: rgb(133,114,111); }
div.DivClassName
{
background-color: #85726F;
}
.BgClassName
{
background-color: #85726F;
}
</style>
border-color css
<style>
span { border-color: #85726F; }
span { border-color: rgb(133,114,111); }
td.TdClassName
{
border-color: #85726F;
}
.TagClassName
{
border-color: #85726F;
}
</style>