Shades of Ferra #8A7068
Tints of Ferra #8A7068
RGB
CMYK
RGB Variations
Color information
#8A7068 (or 0x8A7068) is known color: Ferra. HEX triplet: 8A, 70 and 68. RGB value is (138,112,104). Sum of RGB (Red+Green+Blue) = 138+112+104=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7068 is #758F97. Grayscale: #767676. Windows color (decimal): -7704472 or 6844554. OLE color: 6844554.
HSL color Cylindrical-coordinate representation of color #8A7068: hue angle of 14.12º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A7068 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 104 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.46 |
| HSL | 14.12º | 0.14% | 0.47% | - |
| HSV(B) | 14.12º | 0.25% | 0.54% | - |
| XYZ | 18.77 | 17.99 | 15.58 | - |
| YUV | 118.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 104 | 0 | 0.19 | 0.25 | 0.46 | 14.12 | 0.14 | 0.47 |
| Hex | 8A | 70 | 68 | 0 | 13 | 19 | 2E | E | E | 2F |
| Octal | 212 | 160 | 150 | 0 | 23 | 31 | 56 | 16 | 16 | 57 |
| Binary | 10001010 | 1110000 | 1101000 | 0 | 10011 | 11001 | 101110 | 1110 | 1110 | 101111 |
Color Harmonies of #8A7068
Complementary color
Monochromatic Colors of #8A7068
Black with #8A7068
Text Example
Text Example
White with #8A7068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7068; }
p { color: rgb(138,112,104); }
H1.HeaderClassName
{
color: #8A7068;
}
.AnyTagClassName
{
color: #8A7068;
}
</style>
background-color css
<style>
a { background-color: #8A7068; }
a { background-color: rgb(138,112,104); }
div.DivClassName
{
background-color: #8A7068;
}
.BgClassName
{
background-color: #8A7068;
}
</style>
border-color css
<style>
span { border-color: #8A7068; }
span { border-color: rgb(138,112,104); }
td.TdClassName
{
border-color: #8A7068;
}
.TagClassName
{
border-color: #8A7068;
}
</style>