Shades of Ferra #8B706C
Tints of Ferra #8B706C
RGB
CMYK
RGB Variations
Color information
#8B706C (or 0x8B706C) is known color: Ferra. HEX triplet: 8B, 70 and 6C. RGB value is (139,112,108). Sum of RGB (Red+Green+Blue) = 139+112+108=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B706C is #748F93. Grayscale: #777777. Windows color (decimal): -7638932 or 7106699. OLE color: 7106699.
HSL color Cylindrical-coordinate representation of color #8B706C: hue angle of 7.74º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B706C is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 108 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.45 |
| HSL | 7.74º | 0.13% | 0.48% | - |
| HSV(B) | 7.74º | 0.22% | 0.55% | - |
| XYZ | 19.15 | 18.16 | 16.68 | - |
| YUV | 119.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 108 | 0 | 0.19 | 0.22 | 0.45 | 7.74 | 0.13 | 0.48 |
| Hex | 8B | 70 | 6C | 0 | 13 | 16 | 2D | 8 | D | 30 |
| Octal | 213 | 160 | 154 | 0 | 23 | 26 | 55 | 10 | 15 | 60 |
| Binary | 10001011 | 1110000 | 1101100 | 0 | 10011 | 10110 | 101101 | 1000 | 1101 | 110000 |
Color Harmonies of #8B706C
Complementary color
Monochromatic Colors of #8B706C
Black with #8B706C
Text Example
Text Example
White with #8B706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B706C; }
p { color: rgb(139,112,108); }
H1.HeaderClassName
{
color: #8B706C;
}
.AnyTagClassName
{
color: #8B706C;
}
</style>
background-color css
<style>
a { background-color: #8B706C; }
a { background-color: rgb(139,112,108); }
div.DivClassName
{
background-color: #8B706C;
}
.BgClassName
{
background-color: #8B706C;
}
</style>
border-color css
<style>
span { border-color: #8B706C; }
span { border-color: rgb(139,112,108); }
td.TdClassName
{
border-color: #8B706C;
}
.TagClassName
{
border-color: #8B706C;
}
</style>