Shades of Russett #7E685E
Tints of Russett #7E685E
RGB
CMYK
RGB Variations
Color information
#7E685E (or 0x7E685E) is known color: Russett. HEX triplet: 7E, 68 and 5E. RGB value is (126,104,94). Sum of RGB (Red+Green+Blue) = 126+104+94=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 126 - color contains mainly: red. Hex color #7E685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E685E is #8197A1. Grayscale: #6D6D6D. Windows color (decimal): -8492962 or 6187134. OLE color: 6187134.
HSL color Cylindrical-coordinate representation of color #7E685E: hue angle of 18.75º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7E685E is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 104 | 94 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.51 |
| HSL | 18.75º | 0.15% | 0.43% | - |
| HSV(B) | 18.75º | 0.25% | 0.49% | - |
| XYZ | 15.57 | 15.14 | 12.69 | - |
| YUV | 109.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 104 | 94 | 0 | 0.17 | 0.25 | 0.51 | 18.75 | 0.15 | 0.43 |
| Hex | 7E | 68 | 5E | 0 | 11 | 19 | 33 | 13 | F | 2B |
| Octal | 176 | 150 | 136 | 0 | 21 | 31 | 63 | 23 | 17 | 53 |
| Binary | 1111110 | 1101000 | 1011110 | 0 | 10001 | 11001 | 110011 | 10011 | 1111 | 101011 |
Color Harmonies of #7E685E
Complementary color
Monochromatic Colors of #7E685E
Black with #7E685E
Text Example
Text Example
White with #7E685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E685E; }
p { color: rgb(126,104,94); }
H1.HeaderClassName
{
color: #7E685E;
}
.AnyTagClassName
{
color: #7E685E;
}
</style>
background-color css
<style>
a { background-color: #7E685E; }
a { background-color: rgb(126,104,94); }
div.DivClassName
{
background-color: #7E685E;
}
.BgClassName
{
background-color: #7E685E;
}
</style>
border-color css
<style>
span { border-color: #7E685E; }
span { border-color: rgb(126,104,94); }
td.TdClassName
{
border-color: #7E685E;
}
.TagClassName
{
border-color: #7E685E;
}
</style>