Shades of Ferra #7D6969
Tints of Ferra #7D6969
RGB
CMYK
RGB Variations
Color information
#7D6969 (or 0x7D6969) is known color: Ferra. HEX triplet: 7D, 69 and 69. RGB value is (125,105,105). Sum of RGB (Red+Green+Blue) = 125+105+105=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6969 is #829696. Grayscale: #6E6E6E. Windows color (decimal): -8558231 or 6908285. OLE color: 6908285.
HSL color Cylindrical-coordinate representation of color #7D6969: hue angle of 0º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D6969 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 105 | 105 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.51 |
| HSL | 0º | 0.09% | 0.45% | - |
| HSV(B) | 0º | 0.16% | 0.49% | - |
| XYZ | 16.06 | 15.48 | 15.51 | - |
| YUV | 110.98 | 124.63 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 105 | 105 | 0 | 0.16 | 0.16 | 0.51 | 0 | 0.09 | 0.45 |
| Hex | 7D | 69 | 69 | 0 | 10 | 10 | 33 | 0 | 9 | 2D |
| Octal | 175 | 151 | 151 | 0 | 20 | 20 | 63 | 0 | 11 | 55 |
| Binary | 1111101 | 1101001 | 1101001 | 0 | 10000 | 10000 | 110011 | 0 | 1001 | 101101 |
Color Harmonies of #7D6969
Complementary color
Monochromatic Colors of #7D6969
Black with #7D6969
Text Example
Text Example
White with #7D6969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6969; }
p { color: rgb(125,105,105); }
H1.HeaderClassName
{
color: #7D6969;
}
.AnyTagClassName
{
color: #7D6969;
}
</style>
background-color css
<style>
a { background-color: #7D6969; }
a { background-color: rgb(125,105,105); }
div.DivClassName
{
background-color: #7D6969;
}
.BgClassName
{
background-color: #7D6969;
}
</style>
border-color css
<style>
span { border-color: #7D6969; }
span { border-color: rgb(125,105,105); }
td.TdClassName
{
border-color: #7D6969;
}
.TagClassName
{
border-color: #7D6969;
}
</style>