Shades of Ferra #7B7070
Tints of Ferra #7B7070
RGB
CMYK
RGB Variations
Color information
#7B7070 (or 0x7B7070) is known color: Ferra. HEX triplet: 7B, 70 and 70. RGB value is (123,112,112). Sum of RGB (Red+Green+Blue) = 123+112+112=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7070 is #848F8F. Grayscale: #737373. Windows color (decimal): -8687504 or 7368827. OLE color: 7368827.
HSL color Cylindrical-coordinate representation of color #7B7070: hue angle of 0º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7B7070 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 112 | 112 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.52 |
| HSL | 0º | 0.05% | 0.46% | - |
| HSV(B) | 0º | 0.09% | 0.48% | - |
| XYZ | 16.89 | 16.97 | 17.71 | - |
| YUV | 115.29 | 126.14 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 112 | 112 | 0 | 0.09 | 0.09 | 0.52 | 0 | 0.05 | 0.46 |
| Hex | 7B | 70 | 70 | 0 | 9 | 9 | 34 | 0 | 5 | 2E |
| Octal | 173 | 160 | 160 | 0 | 11 | 11 | 64 | 0 | 5 | 56 |
| Binary | 1111011 | 1110000 | 1110000 | 0 | 1001 | 1001 | 110100 | 0 | 101 | 101110 |
Color Harmonies of #7B7070
Complementary color
Monochromatic Colors of #7B7070
Black with #7B7070
Text Example
Text Example
White with #7B7070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7070; }
p { color: rgb(123,112,112); }
H1.HeaderClassName
{
color: #7B7070;
}
.AnyTagClassName
{
color: #7B7070;
}
</style>
background-color css
<style>
a { background-color: #7B7070; }
a { background-color: rgb(123,112,112); }
div.DivClassName
{
background-color: #7B7070;
}
.BgClassName
{
background-color: #7B7070;
}
</style>
border-color css
<style>
span { border-color: #7B7070; }
span { border-color: rgb(123,112,112); }
td.TdClassName
{
border-color: #7B7070;
}
.TagClassName
{
border-color: #7B7070;
}
</style>