Shades of Russett #7D6559
Tints of Russett #7D6559
RGB
CMYK
RGB Variations
Color information
#7D6559 (or 0x7D6559) is known color: Russett. HEX triplet: 7D, 65 and 59. RGB value is (125,101,89). Sum of RGB (Red+Green+Blue) = 125+101+89=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6559 is #829AA6. Grayscale: #6A6A6A. Windows color (decimal): -8559271 or 5858685. OLE color: 5858685.
HSL color Cylindrical-coordinate representation of color #7D6559: hue angle of 20º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D6559 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 101 | 89 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.51 |
| HSL | 20º | 0.17% | 0.42% | - |
| HSV(B) | 20º | 0.29% | 0.49% | - |
| XYZ | 14.91 | 14.39 | 11.44 | - |
| YUV | 106.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 89 | 0 | 0.19 | 0.29 | 0.51 | 20 | 0.17 | 0.42 |
| Hex | 7D | 65 | 59 | 0 | 13 | 1D | 33 | 14 | 11 | 2A |
| Octal | 175 | 145 | 131 | 0 | 23 | 35 | 63 | 24 | 21 | 52 |
| Binary | 1111101 | 1100101 | 1011001 | 0 | 10011 | 11101 | 110011 | 10100 | 10001 | 101010 |
Color Harmonies of #7D6559
Complementary color
Monochromatic Colors of #7D6559
Black with #7D6559
Text Example
Text Example
White with #7D6559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6559; }
p { color: rgb(125,101,89); }
H1.HeaderClassName
{
color: #7D6559;
}
.AnyTagClassName
{
color: #7D6559;
}
</style>
background-color css
<style>
a { background-color: #7D6559; }
a { background-color: rgb(125,101,89); }
div.DivClassName
{
background-color: #7D6559;
}
.BgClassName
{
background-color: #7D6559;
}
</style>
border-color css
<style>
span { border-color: #7D6559; }
span { border-color: rgb(125,101,89); }
td.TdClassName
{
border-color: #7D6559;
}
.TagClassName
{
border-color: #7D6559;
}
</style>