Shades of Russett #7E655F
Tints of Russett #7E655F
RGB
CMYK
RGB Variations
Color information
#7E655F (or 0x7E655F) is known color: Russett. HEX triplet: 7E, 65 and 5F. RGB value is (126,101,95). Sum of RGB (Red+Green+Blue) = 126+101+95=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 126 - color contains mainly: red. Hex color #7E655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E655F is #819AA0. Grayscale: #6B6B6B. Windows color (decimal): -8493729 or 6251902. OLE color: 6251902.
HSL color Cylindrical-coordinate representation of color #7E655F: hue angle of 11.61º degrees, saturation: 0.14, 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 #7E655F is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 101 | 95 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.51 |
| HSL | 11.61º | 0.14% | 0.43% | - |
| HSV(B) | 11.61º | 0.25% | 0.49% | - |
| XYZ | 15.32 | 14.57 | 12.83 | - |
| YUV | 107.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 101 | 95 | 0 | 0.20 | 0.25 | 0.51 | 11.61 | 0.14 | 0.43 |
| Hex | 7E | 65 | 5F | 0 | 14 | 19 | 33 | C | E | 2B |
| Octal | 176 | 145 | 137 | 0 | 24 | 31 | 63 | 14 | 16 | 53 |
| Binary | 1111110 | 1100101 | 1011111 | 0 | 10100 | 11001 | 110011 | 1100 | 1110 | 101011 |
Color Harmonies of #7E655F
Complementary color
Monochromatic Colors of #7E655F
Black with #7E655F
Text Example
Text Example
White with #7E655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E655F; }
p { color: rgb(126,101,95); }
H1.HeaderClassName
{
color: #7E655F;
}
.AnyTagClassName
{
color: #7E655F;
}
</style>
background-color css
<style>
a { background-color: #7E655F; }
a { background-color: rgb(126,101,95); }
div.DivClassName
{
background-color: #7E655F;
}
.BgClassName
{
background-color: #7E655F;
}
</style>
border-color css
<style>
span { border-color: #7E655F; }
span { border-color: rgb(126,101,95); }
td.TdClassName
{
border-color: #7E655F;
}
.TagClassName
{
border-color: #7E655F;
}
</style>