Shades of Ferra #81726F
Tints of Ferra #81726F
RGB
CMYK
RGB Variations
Color information
#81726F (or 0x81726F) is known color: Ferra. HEX triplet: 81, 72 and 6F. RGB value is (129,114,111). Sum of RGB (Red+Green+Blue) = 129+114+111=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 129 - color contains mainly: red. Hex color #81726F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81726F is #7E8D90. Grayscale: #767676. Windows color (decimal): -8293777 or 7303809. OLE color: 7303809.
HSL color Cylindrical-coordinate representation of color #81726F: hue angle of 10º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #81726F is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 114 | 111 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.49 |
| HSL | 10º | 0.08% | 0.47% | - |
| HSV(B) | 10º | 0.14% | 0.51% | - |
| XYZ | 17.94 | 17.85 | 17.54 | - |
| YUV | 118.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 114 | 111 | 0 | 0.12 | 0.14 | 0.49 | 10 | 0.08 | 0.47 |
| Hex | 81 | 72 | 6F | 0 | C | E | 31 | A | 8 | 2F |
| Octal | 201 | 162 | 157 | 0 | 14 | 16 | 61 | 12 | 10 | 57 |
| Binary | 10000001 | 1110010 | 1101111 | 0 | 1100 | 1110 | 110001 | 1010 | 1000 | 101111 |
Color Harmonies of #81726F
Complementary color
Monochromatic Colors of #81726F
Black with #81726F
Text Example
Text Example
White with #81726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81726F; }
p { color: rgb(129,114,111); }
H1.HeaderClassName
{
color: #81726F;
}
.AnyTagClassName
{
color: #81726F;
}
</style>
background-color css
<style>
a { background-color: #81726F; }
a { background-color: rgb(129,114,111); }
div.DivClassName
{
background-color: #81726F;
}
.BgClassName
{
background-color: #81726F;
}
</style>
border-color css
<style>
span { border-color: #81726F; }
span { border-color: rgb(129,114,111); }
td.TdClassName
{
border-color: #81726F;
}
.TagClassName
{
border-color: #81726F;
}
</style>