Shades of Ferra #796C6C
Tints of Ferra #796C6C
RGB
CMYK
RGB Variations
Color information
#796C6C (or 0x796C6C) is known color: Ferra. HEX triplet: 79, 6C and 6C. RGB value is (121,108,108). Sum of RGB (Red+Green+Blue) = 121+108+108=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 121 - color contains mainly: red. Hex color #796C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796C6C is #869393. Grayscale: #6F6F6F. Windows color (decimal): -8819604 or 7105657. OLE color: 7105657.
HSL color Cylindrical-coordinate representation of color #796C6C: hue angle of 0º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #796C6C is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 108 | 108 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.53 |
| HSL | 0º | 0.06% | 0.45% | - |
| HSV(B) | 0º | 0.11% | 0.47% | - |
| XYZ | 15.95 | 15.87 | 16.41 | - |
| YUV | 111.89 | 125.81 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 108 | 108 | 0 | 0.11 | 0.11 | 0.53 | 0 | 0.06 | 0.45 |
| Hex | 79 | 6C | 6C | 0 | B | B | 35 | 0 | 6 | 2D |
| Octal | 171 | 154 | 154 | 0 | 13 | 13 | 65 | 0 | 6 | 55 |
| Binary | 1111001 | 1101100 | 1101100 | 0 | 1011 | 1011 | 110101 | 0 | 110 | 101101 |
Color Harmonies of #796C6C
Complementary color
Monochromatic Colors of #796C6C
Black with #796C6C
Text Example
Text Example
White with #796C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796C6C; }
p { color: rgb(121,108,108); }
H1.HeaderClassName
{
color: #796C6C;
}
.AnyTagClassName
{
color: #796C6C;
}
</style>
background-color css
<style>
a { background-color: #796C6C; }
a { background-color: rgb(121,108,108); }
div.DivClassName
{
background-color: #796C6C;
}
.BgClassName
{
background-color: #796C6C;
}
</style>
border-color css
<style>
span { border-color: #796C6C; }
span { border-color: rgb(121,108,108); }
td.TdClassName
{
border-color: #796C6C;
}
.TagClassName
{
border-color: #796C6C;
}
</style>