Shades of Ferra #786F6E
Tints of Ferra #786F6E
RGB
CMYK
RGB Variations
Color information
#786F6E (or 0x786F6E) is known color: Ferra. HEX triplet: 78, 6F and 6E. RGB value is (120,111,110). Sum of RGB (Red+Green+Blue) = 120+111+110=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 120 - color contains mainly: red. Hex color #786F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786F6E is #879091. Grayscale: #717171. Windows color (decimal): -8884370 or 7237496. OLE color: 7237496.
HSL color Cylindrical-coordinate representation of color #786F6E: hue angle of 6º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #786F6E is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 111 | 110 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.53 |
| HSL | 6º | 0.04% | 0.45% | - |
| HSV(B) | 6º | 0.08% | 0.47% | - |
| XYZ | 16.24 | 16.49 | 17.08 | - |
| YUV | 113.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 110 | 0 | 0.08 | 0.08 | 0.53 | 6 | 0.04 | 0.45 |
| Hex | 78 | 6F | 6E | 0 | 8 | 8 | 35 | 6 | 4 | 2D |
| Octal | 170 | 157 | 156 | 0 | 10 | 10 | 65 | 6 | 4 | 55 |
| Binary | 1111000 | 1101111 | 1101110 | 0 | 1000 | 1000 | 110101 | 110 | 100 | 101101 |
Color Harmonies of #786F6E
Complementary color
Monochromatic Colors of #786F6E
Black with #786F6E
Text Example
Text Example
White with #786F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F6E; }
p { color: rgb(120,111,110); }
H1.HeaderClassName
{
color: #786F6E;
}
.AnyTagClassName
{
color: #786F6E;
}
</style>
background-color css
<style>
a { background-color: #786F6E; }
a { background-color: rgb(120,111,110); }
div.DivClassName
{
background-color: #786F6E;
}
.BgClassName
{
background-color: #786F6E;
}
</style>
border-color css
<style>
span { border-color: #786F6E; }
span { border-color: rgb(120,111,110); }
td.TdClassName
{
border-color: #786F6E;
}
.TagClassName
{
border-color: #786F6E;
}
</style>