Shades of Russett #7D635C
Tints of Russett #7D635C
RGB
CMYK
RGB Variations
Color information
#7D635C (or 0x7D635C) is known color: Russett. HEX triplet: 7D, 63 and 5C. RGB value is (125,99,92). Sum of RGB (Red+Green+Blue) = 125+99+92=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 125 - color contains mainly: red. Hex color #7D635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D635C is #829CA3. Grayscale: #6A6A6A. Windows color (decimal): -8559780 or 6054781. OLE color: 6054781.
HSL color Cylindrical-coordinate representation of color #7D635C: hue angle of 12.73º 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 #7D635C is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 99 | 92 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.51 |
| HSL | 12.73º | 0.15% | 0.43% | - |
| HSV(B) | 12.73º | 0.26% | 0.49% | - |
| XYZ | 14.85 | 14.06 | 12.06 | - |
| YUV | 105.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 99 | 92 | 0 | 0.21 | 0.26 | 0.51 | 12.73 | 0.15 | 0.43 |
| Hex | 7D | 63 | 5C | 0 | 15 | 1A | 33 | D | F | 2B |
| Octal | 175 | 143 | 134 | 0 | 25 | 32 | 63 | 15 | 17 | 53 |
| Binary | 1111101 | 1100011 | 1011100 | 0 | 10101 | 11010 | 110011 | 1101 | 1111 | 101011 |
Color Harmonies of #7D635C
Complementary color
Monochromatic Colors of #7D635C
Black with #7D635C
Text Example
Text Example
White with #7D635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D635C; }
p { color: rgb(125,99,92); }
H1.HeaderClassName
{
color: #7D635C;
}
.AnyTagClassName
{
color: #7D635C;
}
</style>
background-color css
<style>
a { background-color: #7D635C; }
a { background-color: rgb(125,99,92); }
div.DivClassName
{
background-color: #7D635C;
}
.BgClassName
{
background-color: #7D635C;
}
</style>
border-color css
<style>
span { border-color: #7D635C; }
span { border-color: rgb(125,99,92); }
td.TdClassName
{
border-color: #7D635C;
}
.TagClassName
{
border-color: #7D635C;
}
</style>