Shades of Ferra #81706F
Tints of Ferra #81706F
RGB
CMYK
RGB Variations
Color information
#81706F (or 0x81706F) is known color: Ferra. HEX triplet: 81, 70 and 6F. RGB value is (129,112,111). Sum of RGB (Red+Green+Blue) = 129+112+111=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 129 - color contains mainly: red. Hex color #81706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81706F is #7E8F90. Grayscale: #747474. Windows color (decimal): -8294289 or 7303297. OLE color: 7303297.
HSL color Cylindrical-coordinate representation of color #81706F: hue angle of 3.33º 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 #81706F is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 112 | 111 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.49 |
| HSL | 3.33º | 0.08% | 0.47% | - |
| HSV(B) | 3.33º | 0.14% | 0.51% | - |
| XYZ | 17.72 | 17.4 | 17.46 | - |
| YUV | 116.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 112 | 111 | 0 | 0.13 | 0.14 | 0.49 | 3.33 | 0.08 | 0.47 |
| Hex | 81 | 70 | 6F | 0 | D | E | 31 | 3 | 8 | 2F |
| Octal | 201 | 160 | 157 | 0 | 15 | 16 | 61 | 3 | 10 | 57 |
| Binary | 10000001 | 1110000 | 1101111 | 0 | 1101 | 1110 | 110001 | 11 | 1000 | 101111 |
Color Harmonies of #81706F
Complementary color
Monochromatic Colors of #81706F
Black with #81706F
Text Example
Text Example
White with #81706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81706F; }
p { color: rgb(129,112,111); }
H1.HeaderClassName
{
color: #81706F;
}
.AnyTagClassName
{
color: #81706F;
}
</style>
background-color css
<style>
a { background-color: #81706F; }
a { background-color: rgb(129,112,111); }
div.DivClassName
{
background-color: #81706F;
}
.BgClassName
{
background-color: #81706F;
}
</style>
border-color css
<style>
span { border-color: #81706F; }
span { border-color: rgb(129,112,111); }
td.TdClassName
{
border-color: #81706F;
}
.TagClassName
{
border-color: #81706F;
}
</style>