Shades of Russett #7D655B
Tints of Russett #7D655B
RGB
CMYK
RGB Variations
Color information
#7D655B (or 0x7D655B) is known color: Russett. HEX triplet: 7D, 65 and 5B. RGB value is (125,101,91). Sum of RGB (Red+Green+Blue) = 125+101+91=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 125 - color contains mainly: red. Hex color #7D655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D655B is #829AA4. Grayscale: #6B6B6B. Windows color (decimal): -8559269 or 5989757. OLE color: 5989757.
HSL color Cylindrical-coordinate representation of color #7D655B: hue angle of 17.65º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D655B is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 101 | 91 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.51 |
| HSL | 17.65º | 0.16% | 0.42% | - |
| HSV(B) | 17.65º | 0.27% | 0.49% | - |
| XYZ | 15 | 14.42 | 11.89 | - |
| YUV | 107.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 91 | 0 | 0.19 | 0.27 | 0.51 | 17.65 | 0.16 | 0.42 |
| Hex | 7D | 65 | 5B | 0 | 13 | 1B | 33 | 12 | 10 | 2A |
| Octal | 175 | 145 | 133 | 0 | 23 | 33 | 63 | 22 | 20 | 52 |
| Binary | 1111101 | 1100101 | 1011011 | 0 | 10011 | 11011 | 110011 | 10010 | 10000 | 101010 |
Color Harmonies of #7D655B
Complementary color
Monochromatic Colors of #7D655B
Black with #7D655B
Text Example
Text Example
White with #7D655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D655B; }
p { color: rgb(125,101,91); }
H1.HeaderClassName
{
color: #7D655B;
}
.AnyTagClassName
{
color: #7D655B;
}
</style>
background-color css
<style>
a { background-color: #7D655B; }
a { background-color: rgb(125,101,91); }
div.DivClassName
{
background-color: #7D655B;
}
.BgClassName
{
background-color: #7D655B;
}
</style>
border-color css
<style>
span { border-color: #7D655B; }
span { border-color: rgb(125,101,91); }
td.TdClassName
{
border-color: #7D655B;
}
.TagClassName
{
border-color: #7D655B;
}
</style>