Shades of Ferra #82706B
Tints of Ferra #82706B
RGB
CMYK
RGB Variations
Color information
#82706B (or 0x82706B) is known color: Ferra. HEX triplet: 82, 70 and 6B. RGB value is (130,112,107). Sum of RGB (Red+Green+Blue) = 130+112+107=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 130 - color contains mainly: red. Hex color #82706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82706B is #7D8F94. Grayscale: #747474. Windows color (decimal): -8228757 or 7041154. OLE color: 7041154.
HSL color Cylindrical-coordinate representation of color #82706B: hue angle of 13.04º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82706B is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 112 | 107 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.49 |
| HSL | 13.04º | 0.1% | 0.46% | - |
| HSV(B) | 13.04º | 0.18% | 0.51% | - |
| XYZ | 17.65 | 17.4 | 16.34 | - |
| YUV | 116.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 107 | 0 | 0.14 | 0.18 | 0.49 | 13.04 | 0.1 | 0.46 |
| Hex | 82 | 70 | 6B | 0 | E | 12 | 31 | D | A | 2E |
| Octal | 202 | 160 | 153 | 0 | 16 | 22 | 61 | 15 | 12 | 56 |
| Binary | 10000010 | 1110000 | 1101011 | 0 | 1110 | 10010 | 110001 | 1101 | 1010 | 101110 |
Color Harmonies of #82706B
Complementary color
Monochromatic Colors of #82706B
Black with #82706B
Text Example
Text Example
White with #82706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82706B; }
p { color: rgb(130,112,107); }
H1.HeaderClassName
{
color: #82706B;
}
.AnyTagClassName
{
color: #82706B;
}
</style>
background-color css
<style>
a { background-color: #82706B; }
a { background-color: rgb(130,112,107); }
div.DivClassName
{
background-color: #82706B;
}
.BgClassName
{
background-color: #82706B;
}
</style>
border-color css
<style>
span { border-color: #82706B; }
span { border-color: rgb(130,112,107); }
td.TdClassName
{
border-color: #82706B;
}
.TagClassName
{
border-color: #82706B;
}
</style>