Shades of Ferra #7F7372
Tints of Ferra #7F7372
RGB
CMYK
RGB Variations
Color information
#7F7372 (or 0x7F7372) is known color: Ferra. HEX triplet: 7F, 73 and 72. RGB value is (127,115,114). Sum of RGB (Red+Green+Blue) = 127+115+114=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7372 is #808C8D. Grayscale: #767676. Windows color (decimal): -8424590 or 7500671. OLE color: 7500671.
HSL color Cylindrical-coordinate representation of color #7F7372: hue angle of 4.62º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7F7372 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 115 | 114 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.50 |
| HSL | 4.62º | 0.05% | 0.47% | - |
| HSV(B) | 4.62º | 0.1% | 0.5% | - |
| XYZ | 17.92 | 17.99 | 18.45 | - |
| YUV | 118.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 114 | 0 | 0.09 | 0.10 | 0.50 | 4.62 | 0.05 | 0.47 |
| Hex | 7F | 73 | 72 | 0 | 9 | A | 32 | 5 | 5 | 2F |
| Octal | 177 | 163 | 162 | 0 | 11 | 12 | 62 | 5 | 5 | 57 |
| Binary | 1111111 | 1110011 | 1110010 | 0 | 1001 | 1010 | 110010 | 101 | 101 | 101111 |
Color Harmonies of #7F7372
Complementary color
Monochromatic Colors of #7F7372
Black with #7F7372
Text Example
Text Example
White with #7F7372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7372; }
p { color: rgb(127,115,114); }
H1.HeaderClassName
{
color: #7F7372;
}
.AnyTagClassName
{
color: #7F7372;
}
</style>
background-color css
<style>
a { background-color: #7F7372; }
a { background-color: rgb(127,115,114); }
div.DivClassName
{
background-color: #7F7372;
}
.BgClassName
{
background-color: #7F7372;
}
</style>
border-color css
<style>
span { border-color: #7F7372; }
span { border-color: rgb(127,115,114); }
td.TdClassName
{
border-color: #7F7372;
}
.TagClassName
{
border-color: #7F7372;
}
</style>