Shades of Russett #7D665B
Tints of Russett #7D665B
RGB
CMYK
RGB Variations
Color information
#7D665B (or 0x7D665B) is known color: Russett. HEX triplet: 7D, 66 and 5B. RGB value is (125,102,91). Sum of RGB (Red+Green+Blue) = 125+102+91=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 125 - color contains mainly: red. Hex color #7D665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D665B is #8299A4. Grayscale: #6B6B6B. Windows color (decimal): -8559013 or 5990013. OLE color: 5990013.
HSL color Cylindrical-coordinate representation of color #7D665B: hue angle of 19.41º 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 #7D665B is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 102 | 91 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.51 |
| HSL | 19.41º | 0.16% | 0.42% | - |
| HSV(B) | 19.41º | 0.27% | 0.49% | - |
| XYZ | 15.1 | 14.62 | 11.92 | - |
| YUV | 107.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 102 | 91 | 0 | 0.18 | 0.27 | 0.51 | 19.41 | 0.16 | 0.42 |
| Hex | 7D | 66 | 5B | 0 | 12 | 1B | 33 | 13 | 10 | 2A |
| Octal | 175 | 146 | 133 | 0 | 22 | 33 | 63 | 23 | 20 | 52 |
| Binary | 1111101 | 1100110 | 1011011 | 0 | 10010 | 11011 | 110011 | 10011 | 10000 | 101010 |
Color Harmonies of #7D665B
Complementary color
Monochromatic Colors of #7D665B
Black with #7D665B
Text Example
Text Example
White with #7D665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D665B; }
p { color: rgb(125,102,91); }
H1.HeaderClassName
{
color: #7D665B;
}
.AnyTagClassName
{
color: #7D665B;
}
</style>
background-color css
<style>
a { background-color: #7D665B; }
a { background-color: rgb(125,102,91); }
div.DivClassName
{
background-color: #7D665B;
}
.BgClassName
{
background-color: #7D665B;
}
</style>
border-color css
<style>
span { border-color: #7D665B; }
span { border-color: rgb(125,102,91); }
td.TdClassName
{
border-color: #7D665B;
}
.TagClassName
{
border-color: #7D665B;
}
</style>