Shades of Ferra #8B726D
Tints of Ferra #8B726D
RGB
CMYK
RGB Variations
Color information
#8B726D (or 0x8B726D) is known color: Ferra. HEX triplet: 8B, 72 and 6D. RGB value is (139,114,109). Sum of RGB (Red+Green+Blue) = 139+114+109=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B726D is #748D92. Grayscale: #787878. Windows color (decimal): -7638419 or 7172747. OLE color: 7172747.
HSL color Cylindrical-coordinate representation of color #8B726D: hue angle of 10º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B726D is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 114 | 109 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.45 |
| HSL | 10º | 0.12% | 0.49% | - |
| HSV(B) | 10º | 0.22% | 0.55% | - |
| XYZ | 19.43 | 18.63 | 17.04 | - |
| YUV | 120.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 109 | 0 | 0.18 | 0.22 | 0.45 | 10 | 0.12 | 0.49 |
| Hex | 8B | 72 | 6D | 0 | 12 | 16 | 2D | A | C | 31 |
| Octal | 213 | 162 | 155 | 0 | 22 | 26 | 55 | 12 | 14 | 61 |
| Binary | 10001011 | 1110010 | 1101101 | 0 | 10010 | 10110 | 101101 | 1010 | 1100 | 110001 |
Color Harmonies of #8B726D
Complementary color
Monochromatic Colors of #8B726D
Black with #8B726D
Text Example
Text Example
White with #8B726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B726D; }
p { color: rgb(139,114,109); }
H1.HeaderClassName
{
color: #8B726D;
}
.AnyTagClassName
{
color: #8B726D;
}
</style>
background-color css
<style>
a { background-color: #8B726D; }
a { background-color: rgb(139,114,109); }
div.DivClassName
{
background-color: #8B726D;
}
.BgClassName
{
background-color: #8B726D;
}
</style>
border-color css
<style>
span { border-color: #8B726D; }
span { border-color: rgb(139,114,109); }
td.TdClassName
{
border-color: #8B726D;
}
.TagClassName
{
border-color: #8B726D;
}
</style>