Shades of Russett #7D6B63
Tints of Russett #7D6B63
RGB
CMYK
RGB Variations
Color information
#7D6B63 (or 0x7D6B63) is known color: Russett. HEX triplet: 7D, 6B and 63. RGB value is (125,107,99). Sum of RGB (Red+Green+Blue) = 125+107+99=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6B63 is #82949C. Grayscale: #6F6F6F. Windows color (decimal): -8557725 or 6515581. OLE color: 6515581.
HSL color Cylindrical-coordinate representation of color #7D6B63: hue angle of 18.46º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D6B63 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 107 | 99 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.51 |
| HSL | 18.46º | 0.12% | 0.44% | - |
| HSV(B) | 18.46º | 0.21% | 0.49% | - |
| XYZ | 15.97 | 15.78 | 14.01 | - |
| YUV | 111.47 | 120.96 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 107 | 99 | 0 | 0.14 | 0.21 | 0.51 | 18.46 | 0.12 | 0.44 |
| Hex | 7D | 6B | 63 | 0 | E | 15 | 33 | 12 | C | 2C |
| Octal | 175 | 153 | 143 | 0 | 16 | 25 | 63 | 22 | 14 | 54 |
| Binary | 1111101 | 1101011 | 1100011 | 0 | 1110 | 10101 | 110011 | 10010 | 1100 | 101100 |
Color Harmonies of #7D6B63
Complementary color
Monochromatic Colors of #7D6B63
Black with #7D6B63
Text Example
Text Example
White with #7D6B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6B63; }
p { color: rgb(125,107,99); }
H1.HeaderClassName
{
color: #7D6B63;
}
.AnyTagClassName
{
color: #7D6B63;
}
</style>
background-color css
<style>
a { background-color: #7D6B63; }
a { background-color: rgb(125,107,99); }
div.DivClassName
{
background-color: #7D6B63;
}
.BgClassName
{
background-color: #7D6B63;
}
</style>
border-color css
<style>
span { border-color: #7D6B63; }
span { border-color: rgb(125,107,99); }
td.TdClassName
{
border-color: #7D6B63;
}
.TagClassName
{
border-color: #7D6B63;
}
</style>