Shades of Ferra #82706E
Tints of Ferra #82706E
RGB
CMYK
RGB Variations
Color information
#82706E (or 0x82706E) is known color: Ferra. HEX triplet: 82, 70 and 6E. RGB value is (130,112,110). Sum of RGB (Red+Green+Blue) = 130+112+110=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 130 - color contains mainly: red. Hex color #82706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82706E is #7D8F91. Grayscale: #757575. Windows color (decimal): -8228754 or 7237762. OLE color: 7237762.
HSL color Cylindrical-coordinate representation of color #82706E: hue angle of 6º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #82706E is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 112 | 110 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.49 |
| HSL | 6º | 0.08% | 0.47% | - |
| HSV(B) | 6º | 0.15% | 0.51% | - |
| XYZ | 17.81 | 17.46 | 17.18 | - |
| YUV | 117.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 110 | 0 | 0.14 | 0.15 | 0.49 | 6 | 0.08 | 0.47 |
| Hex | 82 | 70 | 6E | 0 | E | F | 31 | 6 | 8 | 2F |
| Octal | 202 | 160 | 156 | 0 | 16 | 17 | 61 | 6 | 10 | 57 |
| Binary | 10000010 | 1110000 | 1101110 | 0 | 1110 | 1111 | 110001 | 110 | 1000 | 101111 |
Color Harmonies of #82706E
Complementary color
Monochromatic Colors of #82706E
Black with #82706E
Text Example
Text Example
White with #82706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82706E; }
p { color: rgb(130,112,110); }
H1.HeaderClassName
{
color: #82706E;
}
.AnyTagClassName
{
color: #82706E;
}
</style>
background-color css
<style>
a { background-color: #82706E; }
a { background-color: rgb(130,112,110); }
div.DivClassName
{
background-color: #82706E;
}
.BgClassName
{
background-color: #82706E;
}
</style>
border-color css
<style>
span { border-color: #82706E; }
span { border-color: rgb(130,112,110); }
td.TdClassName
{
border-color: #82706E;
}
.TagClassName
{
border-color: #82706E;
}
</style>