Shades of Ferra #796D6D
Tints of Ferra #796D6D
RGB
CMYK
RGB Variations
Color information
#796D6D (or 0x796D6D) is known color: Ferra. HEX triplet: 79, 6D and 6D. RGB value is (121,109,109). Sum of RGB (Red+Green+Blue) = 121+109+109=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 121 - color contains mainly: red. Hex color #796D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796D6D is #869292. Grayscale: #707070. Windows color (decimal): -8819347 or 7171449. OLE color: 7171449.
HSL color Cylindrical-coordinate representation of color #796D6D: hue angle of 0º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #796D6D is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 109 | 109 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.53 |
| HSL | 0º | 0.05% | 0.45% | - |
| HSV(B) | 0º | 0.1% | 0.47% | - |
| XYZ | 16.11 | 16.11 | 16.73 | - |
| YUV | 112.59 | 125.98 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 109 | 0 | 0.10 | 0.10 | 0.53 | 0 | 0.05 | 0.45 |
| Hex | 79 | 6D | 6D | 0 | A | A | 35 | 0 | 5 | 2D |
| Octal | 171 | 155 | 155 | 0 | 12 | 12 | 65 | 0 | 5 | 55 |
| Binary | 1111001 | 1101101 | 1101101 | 0 | 1010 | 1010 | 110101 | 0 | 101 | 101101 |
Color Harmonies of #796D6D
Complementary color
Monochromatic Colors of #796D6D
Black with #796D6D
Text Example
Text Example
White with #796D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796D6D; }
p { color: rgb(121,109,109); }
H1.HeaderClassName
{
color: #796D6D;
}
.AnyTagClassName
{
color: #796D6D;
}
</style>
background-color css
<style>
a { background-color: #796D6D; }
a { background-color: rgb(121,109,109); }
div.DivClassName
{
background-color: #796D6D;
}
.BgClassName
{
background-color: #796D6D;
}
</style>
border-color css
<style>
span { border-color: #796D6D; }
span { border-color: rgb(121,109,109); }
td.TdClassName
{
border-color: #796D6D;
}
.TagClassName
{
border-color: #796D6D;
}
</style>