Shades of Russett #7D665A
Tints of Russett #7D665A
RGB
CMYK
RGB Variations
Color information
#7D665A (or 0x7D665A) is known color: Russett. HEX triplet: 7D, 66 and 5A. RGB value is (125,102,90). Sum of RGB (Red+Green+Blue) = 125+102+90=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 125 - color contains mainly: red. Hex color #7D665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D665A is #8299A5. Grayscale: #6B6B6B. Windows color (decimal): -8559014 or 5924477. OLE color: 5924477.
HSL color Cylindrical-coordinate representation of color #7D665A: hue angle of 20.57º 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 #7D665A is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 102 | 90 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.51 |
| HSL | 20.57º | 0.16% | 0.42% | - |
| HSV(B) | 20.57º | 0.28% | 0.49% | - |
| XYZ | 15.05 | 14.6 | 11.7 | - |
| YUV | 107.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 102 | 90 | 0 | 0.18 | 0.28 | 0.51 | 20.57 | 0.16 | 0.42 |
| Hex | 7D | 66 | 5A | 0 | 12 | 1C | 33 | 15 | 10 | 2A |
| Octal | 175 | 146 | 132 | 0 | 22 | 34 | 63 | 25 | 20 | 52 |
| Binary | 1111101 | 1100110 | 1011010 | 0 | 10010 | 11100 | 110011 | 10101 | 10000 | 101010 |
Color Harmonies of #7D665A
Complementary color
Monochromatic Colors of #7D665A
Black with #7D665A
Text Example
Text Example
White with #7D665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D665A; }
p { color: rgb(125,102,90); }
H1.HeaderClassName
{
color: #7D665A;
}
.AnyTagClassName
{
color: #7D665A;
}
</style>
background-color css
<style>
a { background-color: #7D665A; }
a { background-color: rgb(125,102,90); }
div.DivClassName
{
background-color: #7D665A;
}
.BgClassName
{
background-color: #7D665A;
}
</style>
border-color css
<style>
span { border-color: #7D665A; }
span { border-color: rgb(125,102,90); }
td.TdClassName
{
border-color: #7D665A;
}
.TagClassName
{
border-color: #7D665A;
}
</style>