Shades of Ferra #8A706D
Tints of Ferra #8A706D
RGB
CMYK
RGB Variations
Color information
#8A706D (or 0x8A706D) is known color: Ferra. HEX triplet: 8A, 70 and 6D. RGB value is (138,112,109). Sum of RGB (Red+Green+Blue) = 138+112+109=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 138 - color contains mainly: red. Hex color #8A706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A706D is #758F92. Grayscale: #777777. Windows color (decimal): -7704467 or 7172234. OLE color: 7172234.
HSL color Cylindrical-coordinate representation of color #8A706D: hue angle of 6.21º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A706D is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 109 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.46 |
| HSL | 6.21º | 0.12% | 0.48% | - |
| HSV(B) | 6.21º | 0.21% | 0.54% | - |
| XYZ | 19.04 | 18.1 | 16.96 | - |
| YUV | 119.43 | 122.11 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 109 | 0 | 0.19 | 0.21 | 0.46 | 6.21 | 0.12 | 0.48 |
| Hex | 8A | 70 | 6D | 0 | 13 | 15 | 2E | 6 | C | 30 |
| Octal | 212 | 160 | 155 | 0 | 23 | 25 | 56 | 6 | 14 | 60 |
| Binary | 10001010 | 1110000 | 1101101 | 0 | 10011 | 10101 | 101110 | 110 | 1100 | 110000 |
Color Harmonies of #8A706D
Complementary color
Monochromatic Colors of #8A706D
Black with #8A706D
Text Example
Text Example
White with #8A706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A706D; }
p { color: rgb(138,112,109); }
H1.HeaderClassName
{
color: #8A706D;
}
.AnyTagClassName
{
color: #8A706D;
}
</style>
background-color css
<style>
a { background-color: #8A706D; }
a { background-color: rgb(138,112,109); }
div.DivClassName
{
background-color: #8A706D;
}
.BgClassName
{
background-color: #8A706D;
}
</style>
border-color css
<style>
span { border-color: #8A706D; }
span { border-color: rgb(138,112,109); }
td.TdClassName
{
border-color: #8A706D;
}
.TagClassName
{
border-color: #8A706D;
}
</style>