Shades of Ferra #7A7070
Tints of Ferra #7A7070
RGB
CMYK
RGB Variations
Color information
#7A7070 (or 0x7A7070) is known color: Ferra. HEX triplet: 7A, 70 and 70. RGB value is (122,112,112). Sum of RGB (Red+Green+Blue) = 122+112+112=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7070 is #858F8F. Grayscale: #737373. Windows color (decimal): -8753040 or 7368826. OLE color: 7368826.
HSL color Cylindrical-coordinate representation of color #7A7070: 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.08%. Process color model (Four color, CMYK) of #7A7070 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
RGB | 122 | 112 | 112 | - |
CMYK | 0 | 0.08 | 0.08 | 0.52 |
HSL | 0º | 0.04% | 0.46% | - |
HSV(B) | 0º | 0.08% | 0.48% | - |
XYZ | 16.74 | 16.9 | 17.71 | - |
YUV | 114.99 | 126.31 | 133 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 112 | 112 | 0 | 0.08 | 0.08 | 0.52 | 0 | 0.04 | 0.46 |
Hex | 7A | 70 | 70 | 0 | 8 | 8 | 34 | 0 | 4 | 2E |
Octal | 172 | 160 | 160 | 0 | 10 | 10 | 64 | 0 | 4 | 56 |
Binary | 1111010 | 1110000 | 1110000 | 0 | 1000 | 1000 | 110100 | 0 | 100 | 101110 |
Color Harmonies of #7A7070
Complementary color
Monochromatic Colors of #7A7070
Black with #7A7070
Text Example
Text Example
White with #7A7070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7070; }
p { color: rgb(122,112,112); }
H1.HeaderClassName
{
color: #7A7070;
}
.AnyTagClassName
{
color: #7A7070;
}
</style>
background-color css
<style>
a { background-color: #7A7070; }
a { background-color: rgb(122,112,112); }
div.DivClassName
{
background-color: #7A7070;
}
.BgClassName
{
background-color: #7A7070;
}
</style>
border-color css
<style>
span { border-color: #7A7070; }
span { border-color: rgb(122,112,112); }
td.TdClassName
{
border-color: #7A7070;
}
.TagClassName
{
border-color: #7A7070;
}
</style>