Shades of Russet #7D4C19
Tints of Russet #7D4C19
RGB
CMYK
RGB Variations
Color information
#7D4C19 (or 0x7D4C19) is known color: Russet. HEX triplet: 7D, 4C and 19. RGB value is (125,76,25). Sum of RGB (Red+Green+Blue) = 125+76+25=226 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.31% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4C19 is #82B3E6. Grayscale: #555555. Windows color (decimal): -8565735 or 1657981. OLE color: 1657981.
HSL color Cylindrical-coordinate representation of color #7D4C19: hue angle of 30.6º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D4C19 is Cyan = 0, Magento = 0.39, Yellow = 0.8 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 76 | 25 | - |
| CMYK | 0 | 0.39 | 0.8 | 0.51 |
| HSL | 30.6º | 0.67% | 0.29% | - |
| HSV(B) | 30.6º | 0.8% | 0.49% | - |
| XYZ | 11.22 | 9.6 | 2.18 | - |
| YUV | 84.84 | 94.23 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 76 | 25 | 0 | 0.39 | 0.8 | 0.51 | 30.6 | 0.67 | 0.29 |
| Hex | 7D | 4C | 19 | 0 | 27 | 50 | 33 | 1F | 43 | 1D |
| Octal | 175 | 114 | 31 | 0 | 47 | 120 | 63 | 37 | 103 | 35 |
| Binary | 1111101 | 1001100 | 11001 | 0 | 100111 | 1010000 | 110011 | 11111 | 1000011 | 11101 |
Color Harmonies of #7D4C19
Complementary color
Monochromatic Colors of #7D4C19
Black with #7D4C19
Text Example
Text Example
White with #7D4C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4C19; }
p { color: rgb(125,76,25); }
H1.HeaderClassName
{
color: #7D4C19;
}
.AnyTagClassName
{
color: #7D4C19;
}
</style>
background-color css
<style>
a { background-color: #7D4C19; }
a { background-color: rgb(125,76,25); }
div.DivClassName
{
background-color: #7D4C19;
}
.BgClassName
{
background-color: #7D4C19;
}
</style>
border-color css
<style>
span { border-color: #7D4C19; }
span { border-color: rgb(125,76,25); }
td.TdClassName
{
border-color: #7D4C19;
}
.TagClassName
{
border-color: #7D4C19;
}
</style>