Shades of Russett #7D655A
Tints of Russett #7D655A
RGB
CMYK
RGB Variations
Color information
#7D655A (or 0x7D655A) is known color: Russett. HEX triplet: 7D, 65 and 5A. RGB value is (125,101,90). Sum of RGB (Red+Green+Blue) = 125+101+90=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 125 - color contains mainly: red. Hex color #7D655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D655A is #829AA5. Grayscale: #6A6A6A. Windows color (decimal): -8559270 or 5924221. OLE color: 5924221.
HSL color Cylindrical-coordinate representation of color #7D655A: hue angle of 18.86º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D655A is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 101 | 90 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.51 |
| HSL | 18.86º | 0.16% | 0.42% | - |
| HSV(B) | 18.86º | 0.28% | 0.49% | - |
| XYZ | 14.96 | 14.41 | 11.67 | - |
| YUV | 106.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 90 | 0 | 0.19 | 0.28 | 0.51 | 18.86 | 0.16 | 0.42 |
| Hex | 7D | 65 | 5A | 0 | 13 | 1C | 33 | 13 | 10 | 2A |
| Octal | 175 | 145 | 132 | 0 | 23 | 34 | 63 | 23 | 20 | 52 |
| Binary | 1111101 | 1100101 | 1011010 | 0 | 10011 | 11100 | 110011 | 10011 | 10000 | 101010 |
Color Harmonies of #7D655A
Complementary color
Monochromatic Colors of #7D655A
Black with #7D655A
Text Example
Text Example
White with #7D655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D655A; }
p { color: rgb(125,101,90); }
H1.HeaderClassName
{
color: #7D655A;
}
.AnyTagClassName
{
color: #7D655A;
}
</style>
background-color css
<style>
a { background-color: #7D655A; }
a { background-color: rgb(125,101,90); }
div.DivClassName
{
background-color: #7D655A;
}
.BgClassName
{
background-color: #7D655A;
}
</style>
border-color css
<style>
span { border-color: #7D655A; }
span { border-color: rgb(125,101,90); }
td.TdClassName
{
border-color: #7D655A;
}
.TagClassName
{
border-color: #7D655A;
}
</style>