Shades of Ferra #787372
Tints of Ferra #787372
RGB
CMYK
RGB Variations
Color information
#787372 (or 0x787372) is known color: Ferra. HEX triplet: 78, 73 and 72. RGB value is (120,115,114). Sum of RGB (Red+Green+Blue) = 120+115+114=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 120 - color contains mainly: red. Hex color #787372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787372 is #878C8D. Grayscale: #747474. Windows color (decimal): -8883342 or 7500664. OLE color: 7500664.
HSL color Cylindrical-coordinate representation of color #787372: hue angle of 10º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #787372 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 115 | 114 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.53 |
| HSL | 10º | 0.03% | 0.46% | - |
| HSV(B) | 10º | 0.05% | 0.47% | - |
| XYZ | 16.91 | 17.47 | 18.4 | - |
| YUV | 116.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 114 | 0 | 0.04 | 0.05 | 0.53 | 10 | 0.03 | 0.46 |
| Hex | 78 | 73 | 72 | 0 | 4 | 5 | 35 | A | 3 | 2E |
| Octal | 170 | 163 | 162 | 0 | 4 | 5 | 65 | 12 | 3 | 56 |
| Binary | 1111000 | 1110011 | 1110010 | 0 | 100 | 101 | 110101 | 1010 | 11 | 101110 |
Color Harmonies of #787372
Complementary color
Monochromatic Colors of #787372
Black with #787372
Text Example
Text Example
White with #787372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787372; }
p { color: rgb(120,115,114); }
H1.HeaderClassName
{
color: #787372;
}
.AnyTagClassName
{
color: #787372;
}
</style>
background-color css
<style>
a { background-color: #787372; }
a { background-color: rgb(120,115,114); }
div.DivClassName
{
background-color: #787372;
}
.BgClassName
{
background-color: #787372;
}
</style>
border-color css
<style>
span { border-color: #787372; }
span { border-color: rgb(120,115,114); }
td.TdClassName
{
border-color: #787372;
}
.TagClassName
{
border-color: #787372;
}
</style>