Shades of Russett #7D6358
Tints of Russett #7D6358
RGB
CMYK
RGB Variations
Color information
#7D6358 (or 0x7D6358) is known color: Russett. HEX triplet: 7D, 63 and 58. RGB value is (125,99,88). Sum of RGB (Red+Green+Blue) = 125+99+88=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6358 is #829CA7. Grayscale: #696969. Windows color (decimal): -8559784 or 5792637. OLE color: 5792637.
HSL color Cylindrical-coordinate representation of color #7D6358: hue angle of 17.84º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D6358 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 99 | 88 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.51 |
| HSL | 17.84º | 0.17% | 0.42% | - |
| HSV(B) | 17.84º | 0.3% | 0.49% | - |
| XYZ | 14.68 | 13.99 | 11.16 | - |
| YUV | 105.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 99 | 88 | 0 | 0.21 | 0.30 | 0.51 | 17.84 | 0.17 | 0.42 |
| Hex | 7D | 63 | 58 | 0 | 15 | 1E | 33 | 12 | 11 | 2A |
| Octal | 175 | 143 | 130 | 0 | 25 | 36 | 63 | 22 | 21 | 52 |
| Binary | 1111101 | 1100011 | 1011000 | 0 | 10101 | 11110 | 110011 | 10010 | 10001 | 101010 |
Color Harmonies of #7D6358
Complementary color
Monochromatic Colors of #7D6358
Black with #7D6358
Text Example
Text Example
White with #7D6358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6358; }
p { color: rgb(125,99,88); }
H1.HeaderClassName
{
color: #7D6358;
}
.AnyTagClassName
{
color: #7D6358;
}
</style>
background-color css
<style>
a { background-color: #7D6358; }
a { background-color: rgb(125,99,88); }
div.DivClassName
{
background-color: #7D6358;
}
.BgClassName
{
background-color: #7D6358;
}
</style>
border-color css
<style>
span { border-color: #7D6358; }
span { border-color: rgb(125,99,88); }
td.TdClassName
{
border-color: #7D6358;
}
.TagClassName
{
border-color: #7D6358;
}
</style>