Shades of Ferra #7B7170
Tints of Ferra #7B7170
RGB
CMYK
RGB Variations
Color information
#7B7170 (or 0x7B7170) is known color: Ferra. HEX triplet: 7B, 71 and 70. RGB value is (123,113,112). Sum of RGB (Red+Green+Blue) = 123+113+112=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7170 is #848E8F. Grayscale: #737373. Windows color (decimal): -8687248 or 7369083. OLE color: 7369083.
HSL color Cylindrical-coordinate representation of color #7B7170: hue angle of 5.45º 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 #7B7170 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 113 | 112 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.52 |
| HSL | 5.45º | 0.05% | 0.46% | - |
| HSV(B) | 5.45º | 0.09% | 0.48% | - |
| XYZ | 17 | 17.19 | 17.75 | - |
| YUV | 115.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 112 | 0 | 0.08 | 0.09 | 0.52 | 5.45 | 0.05 | 0.46 |
| Hex | 7B | 71 | 70 | 0 | 8 | 9 | 34 | 5 | 5 | 2E |
| Octal | 173 | 161 | 160 | 0 | 10 | 11 | 64 | 5 | 5 | 56 |
| Binary | 1111011 | 1110001 | 1110000 | 0 | 1000 | 1001 | 110100 | 101 | 101 | 101110 |
Color Harmonies of #7B7170
Complementary color
Monochromatic Colors of #7B7170
Black with #7B7170
Text Example
Text Example
White with #7B7170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7170; }
p { color: rgb(123,113,112); }
H1.HeaderClassName
{
color: #7B7170;
}
.AnyTagClassName
{
color: #7B7170;
}
</style>
background-color css
<style>
a { background-color: #7B7170; }
a { background-color: rgb(123,113,112); }
div.DivClassName
{
background-color: #7B7170;
}
.BgClassName
{
background-color: #7B7170;
}
</style>
border-color css
<style>
span { border-color: #7B7170; }
span { border-color: rgb(123,113,112); }
td.TdClassName
{
border-color: #7B7170;
}
.TagClassName
{
border-color: #7B7170;
}
</style>