Shades of Russett #7D6154
Tints of Russett #7D6154
RGB
CMYK
RGB Variations
Color information
#7D6154 (or 0x7D6154) is known color: Russett. HEX triplet: 7D, 61 and 54. RGB value is (125,97,84). Sum of RGB (Red+Green+Blue) = 125+97+84=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6154 is #829EAB. Grayscale: #676767. Windows color (decimal): -8560300 or 5529981. OLE color: 5529981.
HSL color Cylindrical-coordinate representation of color #7D6154: hue angle of 19.02º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D6154 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 97 | 84 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.51 |
| HSL | 19.02º | 0.2% | 0.41% | - |
| HSV(B) | 19.02º | 0.33% | 0.49% | - |
| XYZ | 14.33 | 13.55 | 10.25 | - |
| YUV | 103.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 97 | 84 | 0 | 0.22 | 0.33 | 0.51 | 19.02 | 0.2 | 0.41 |
| Hex | 7D | 61 | 54 | 0 | 16 | 21 | 33 | 13 | 14 | 29 |
| Octal | 175 | 141 | 124 | 0 | 26 | 41 | 63 | 23 | 24 | 51 |
| Binary | 1111101 | 1100001 | 1010100 | 0 | 10110 | 100001 | 110011 | 10011 | 10100 | 101001 |
Color Harmonies of #7D6154
Complementary color
Monochromatic Colors of #7D6154
Black with #7D6154
Text Example
Text Example
White with #7D6154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6154; }
p { color: rgb(125,97,84); }
H1.HeaderClassName
{
color: #7D6154;
}
.AnyTagClassName
{
color: #7D6154;
}
</style>
background-color css
<style>
a { background-color: #7D6154; }
a { background-color: rgb(125,97,84); }
div.DivClassName
{
background-color: #7D6154;
}
.BgClassName
{
background-color: #7D6154;
}
</style>
border-color css
<style>
span { border-color: #7D6154; }
span { border-color: rgb(125,97,84); }
td.TdClassName
{
border-color: #7D6154;
}
.TagClassName
{
border-color: #7D6154;
}
</style>