Shades of Russett #7D6B65
Tints of Russett #7D6B65
RGB
CMYK
RGB Variations
Color information
#7D6B65 (or 0x7D6B65) is known color: Russett. HEX triplet: 7D, 6B and 65. RGB value is (125,107,101). Sum of RGB (Red+Green+Blue) = 125+107+101=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6B65 is #82949A. Grayscale: #6F6F6F. Windows color (decimal): -8557723 or 6646653. OLE color: 6646653.
HSL color Cylindrical-coordinate representation of color #7D6B65: hue angle of 15º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D6B65 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 107 | 101 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.51 |
| HSL | 15º | 0.11% | 0.44% | - |
| HSV(B) | 15º | 0.19% | 0.49% | - |
| XYZ | 16.06 | 15.81 | 14.52 | - |
| YUV | 111.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 107 | 101 | 0 | 0.14 | 0.19 | 0.51 | 15 | 0.11 | 0.44 |
| Hex | 7D | 6B | 65 | 0 | E | 13 | 33 | F | B | 2C |
| Octal | 175 | 153 | 145 | 0 | 16 | 23 | 63 | 17 | 13 | 54 |
| Binary | 1111101 | 1101011 | 1100101 | 0 | 1110 | 10011 | 110011 | 1111 | 1011 | 101100 |
Color Harmonies of #7D6B65
Complementary color
Monochromatic Colors of #7D6B65
Black with #7D6B65
Text Example
Text Example
White with #7D6B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6B65; }
p { color: rgb(125,107,101); }
H1.HeaderClassName
{
color: #7D6B65;
}
.AnyTagClassName
{
color: #7D6B65;
}
</style>
background-color css
<style>
a { background-color: #7D6B65; }
a { background-color: rgb(125,107,101); }
div.DivClassName
{
background-color: #7D6B65;
}
.BgClassName
{
background-color: #7D6B65;
}
</style>
border-color css
<style>
span { border-color: #7D6B65; }
span { border-color: rgb(125,107,101); }
td.TdClassName
{
border-color: #7D6B65;
}
.TagClassName
{
border-color: #7D6B65;
}
</style>