Shades of Ferra #81726D
Tints of Ferra #81726D
RGB
CMYK
RGB Variations
Color information
#81726D (or 0x81726D) is known color: Ferra. HEX triplet: 81, 72 and 6D. RGB value is (129,114,109). Sum of RGB (Red+Green+Blue) = 129+114+109=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 129 - color contains mainly: red. Hex color #81726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81726D is #7E8D92. Grayscale: #757575. Windows color (decimal): -8293779 or 7172737. OLE color: 7172737.
HSL color Cylindrical-coordinate representation of color #81726D: hue angle of 15º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #81726D is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 114 | 109 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.49 |
| HSL | 15º | 0.08% | 0.47% | - |
| HSV(B) | 15º | 0.16% | 0.51% | - |
| XYZ | 17.83 | 17.81 | 16.97 | - |
| YUV | 117.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 114 | 109 | 0 | 0.12 | 0.16 | 0.49 | 15 | 0.08 | 0.47 |
| Hex | 81 | 72 | 6D | 0 | C | 10 | 31 | F | 8 | 2F |
| Octal | 201 | 162 | 155 | 0 | 14 | 20 | 61 | 17 | 10 | 57 |
| Binary | 10000001 | 1110010 | 1101101 | 0 | 1100 | 10000 | 110001 | 1111 | 1000 | 101111 |
Color Harmonies of #81726D
Complementary color
Monochromatic Colors of #81726D
Black with #81726D
Text Example
Text Example
White with #81726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81726D; }
p { color: rgb(129,114,109); }
H1.HeaderClassName
{
color: #81726D;
}
.AnyTagClassName
{
color: #81726D;
}
</style>
background-color css
<style>
a { background-color: #81726D; }
a { background-color: rgb(129,114,109); }
div.DivClassName
{
background-color: #81726D;
}
.BgClassName
{
background-color: #81726D;
}
</style>
border-color css
<style>
span { border-color: #81726D; }
span { border-color: rgb(129,114,109); }
td.TdClassName
{
border-color: #81726D;
}
.TagClassName
{
border-color: #81726D;
}
</style>