Shades of Russett #7D645D
Tints of Russett #7D645D
RGB
CMYK
RGB Variations
Color information
#7D645D (or 0x7D645D) is known color: Russett. HEX triplet: 7D, 64 and 5D. RGB value is (125,100,93). Sum of RGB (Red+Green+Blue) = 125+100+93=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 125 - color contains mainly: red. Hex color #7D645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D645D is #829BA2. Grayscale: #6A6A6A. Windows color (decimal): -8559523 or 6120573. OLE color: 6120573.
HSL color Cylindrical-coordinate representation of color #7D645D: hue angle of 13.12º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D645D is Cyan = 0, Magento = 0.2, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 100 | 93 | - |
| CMYK | 0 | 0.2 | 0.26 | 0.51 |
| HSL | 13.13º | 0.15% | 0.43% | - |
| HSV(B) | 13.13º | 0.26% | 0.49% | - |
| XYZ | 14.99 | 14.26 | 12.32 | - |
| YUV | 106.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 93 | 0 | 0.2 | 0.26 | 0.51 | 13.13 | 0.15 | 0.43 |
| Hex | 7D | 64 | 5D | 0 | 14 | 1A | 33 | D | F | 2B |
| Octal | 175 | 144 | 135 | 0 | 24 | 32 | 63 | 15 | 17 | 53 |
| Binary | 1111101 | 1100100 | 1011101 | 0 | 10100 | 11010 | 110011 | 1101 | 1111 | 101011 |
Color Harmonies of #7D645D
Complementary color
Monochromatic Colors of #7D645D
Black with #7D645D
Text Example
Text Example
White with #7D645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D645D; }
p { color: rgb(125,100,93); }
H1.HeaderClassName
{
color: #7D645D;
}
.AnyTagClassName
{
color: #7D645D;
}
</style>
background-color css
<style>
a { background-color: #7D645D; }
a { background-color: rgb(125,100,93); }
div.DivClassName
{
background-color: #7D645D;
}
.BgClassName
{
background-color: #7D645D;
}
</style>
border-color css
<style>
span { border-color: #7D645D; }
span { border-color: rgb(125,100,93); }
td.TdClassName
{
border-color: #7D645D;
}
.TagClassName
{
border-color: #7D645D;
}
</style>