Shades of Ferra #8A7470
Tints of Ferra #8A7470
RGB
CMYK
RGB Variations
Color information
#8A7470 (or 0x8A7470) is known color: Ferra. HEX triplet: 8A, 74 and 70. RGB value is (138,116,112). Sum of RGB (Red+Green+Blue) = 138+116+112=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7470 is #758B8F. Grayscale: #7A7A7A. Windows color (decimal): -7703440 or 7369866. OLE color: 7369866.
HSL color Cylindrical-coordinate representation of color #8A7470: hue angle of 9.23º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A7470 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 116 | 112 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.46 |
| HSL | 9.23º | 0.1% | 0.49% | - |
| HSV(B) | 9.23º | 0.19% | 0.54% | - |
| XYZ | 19.65 | 19.06 | 17.97 | - |
| YUV | 122.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 116 | 112 | 0 | 0.16 | 0.19 | 0.46 | 9.23 | 0.1 | 0.49 |
| Hex | 8A | 74 | 70 | 0 | 10 | 13 | 2E | 9 | A | 31 |
| Octal | 212 | 164 | 160 | 0 | 20 | 23 | 56 | 11 | 12 | 61 |
| Binary | 10001010 | 1110100 | 1110000 | 0 | 10000 | 10011 | 101110 | 1001 | 1010 | 110001 |
Color Harmonies of #8A7470
Complementary color
Monochromatic Colors of #8A7470
Black with #8A7470
Text Example
Text Example
White with #8A7470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7470; }
p { color: rgb(138,116,112); }
H1.HeaderClassName
{
color: #8A7470;
}
.AnyTagClassName
{
color: #8A7470;
}
</style>
background-color css
<style>
a { background-color: #8A7470; }
a { background-color: rgb(138,116,112); }
div.DivClassName
{
background-color: #8A7470;
}
.BgClassName
{
background-color: #8A7470;
}
</style>
border-color css
<style>
span { border-color: #8A7470; }
span { border-color: rgb(138,116,112); }
td.TdClassName
{
border-color: #8A7470;
}
.TagClassName
{
border-color: #8A7470;
}
</style>