Shades of Ferra #7A7171
Tints of Ferra #7A7171
RGB
CMYK
RGB Variations
Color information
#7A7171 (or 0x7A7171) is known color: Ferra. HEX triplet: 7A, 71 and 71. RGB value is (122,113,113). Sum of RGB (Red+Green+Blue) = 122+113+113=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7171 is #858E8E. Grayscale: #737373. Windows color (decimal): -8752783 or 7434618. OLE color: 7434618.
HSL color Cylindrical-coordinate representation of color #7A7171: hue angle of 0º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7A7171 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 113 | 113 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.52 |
| HSL | 0º | 0.04% | 0.46% | - |
| HSV(B) | 0º | 0.07% | 0.48% | - |
| XYZ | 16.91 | 17.14 | 18.04 | - |
| YUV | 115.69 | 126.48 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 113 | 0 | 0.07 | 0.07 | 0.52 | 0 | 0.04 | 0.46 |
| Hex | 7A | 71 | 71 | 0 | 7 | 7 | 34 | 0 | 4 | 2E |
| Octal | 172 | 161 | 161 | 0 | 7 | 7 | 64 | 0 | 4 | 56 |
| Binary | 1111010 | 1110001 | 1110001 | 0 | 111 | 111 | 110100 | 0 | 100 | 101110 |
Color Harmonies of #7A7171
Complementary color
Monochromatic Colors of #7A7171
Black with #7A7171
Text Example
Text Example
White with #7A7171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7171; }
p { color: rgb(122,113,113); }
H1.HeaderClassName
{
color: #7A7171;
}
.AnyTagClassName
{
color: #7A7171;
}
</style>
background-color css
<style>
a { background-color: #7A7171; }
a { background-color: rgb(122,113,113); }
div.DivClassName
{
background-color: #7A7171;
}
.BgClassName
{
background-color: #7A7171;
}
</style>
border-color css
<style>
span { border-color: #7A7171; }
span { border-color: rgb(122,113,113); }
td.TdClassName
{
border-color: #7A7171;
}
.TagClassName
{
border-color: #7A7171;
}
</style>