Shades of Ferra #8B726A
Tints of Ferra #8B726A
RGB
CMYK
RGB Variations
Color information
#8B726A (or 0x8B726A) is known color: Ferra. HEX triplet: 8B, 72 and 6A. RGB value is (139,114,106). Sum of RGB (Red+Green+Blue) = 139+114+106=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B726A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B726A is #748D95. Grayscale: #787878. Windows color (decimal): -7638422 or 6976139. OLE color: 6976139.
HSL color Cylindrical-coordinate representation of color #8B726A: hue angle of 14.55º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B726A is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 114 | 106 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.45 |
| HSL | 14.55º | 0.13% | 0.48% | - |
| HSV(B) | 14.55º | 0.24% | 0.55% | - |
| XYZ | 19.27 | 18.56 | 16.2 | - |
| YUV | 120.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 106 | 0 | 0.18 | 0.24 | 0.45 | 14.55 | 0.13 | 0.48 |
| Hex | 8B | 72 | 6A | 0 | 12 | 18 | 2D | F | D | 30 |
| Octal | 213 | 162 | 152 | 0 | 22 | 30 | 55 | 17 | 15 | 60 |
| Binary | 10001011 | 1110010 | 1101010 | 0 | 10010 | 11000 | 101101 | 1111 | 1101 | 110000 |
Color Harmonies of #8B726A
Complementary color
Monochromatic Colors of #8B726A
Black with #8B726A
Text Example
Text Example
White with #8B726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B726A; }
p { color: rgb(139,114,106); }
H1.HeaderClassName
{
color: #8B726A;
}
.AnyTagClassName
{
color: #8B726A;
}
</style>
background-color css
<style>
a { background-color: #8B726A; }
a { background-color: rgb(139,114,106); }
div.DivClassName
{
background-color: #8B726A;
}
.BgClassName
{
background-color: #8B726A;
}
</style>
border-color css
<style>
span { border-color: #8B726A; }
span { border-color: rgb(139,114,106); }
td.TdClassName
{
border-color: #8B726A;
}
.TagClassName
{
border-color: #8B726A;
}
</style>