Shades of Russett #7E6B63
Tints of Russett #7E6B63
RGB
CMYK
RGB Variations
Color information
#7E6B63 (or 0x7E6B63) is known color: Russett. HEX triplet: 7E, 6B and 63. RGB value is (126,107,99). Sum of RGB (Red+Green+Blue) = 126+107+99=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6B63 is #81949C. Grayscale: #6F6F6F. Windows color (decimal): -8492189 or 6515582. OLE color: 6515582.
HSL color Cylindrical-coordinate representation of color #7E6B63: hue angle of 17.78º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E6B63 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 107 | 99 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.51 |
| HSL | 17.78º | 0.12% | 0.44% | - |
| HSV(B) | 17.78º | 0.21% | 0.49% | - |
| XYZ | 16.11 | 15.85 | 14.01 | - |
| YUV | 111.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 107 | 99 | 0 | 0.15 | 0.21 | 0.51 | 17.78 | 0.12 | 0.44 |
| Hex | 7E | 6B | 63 | 0 | F | 15 | 33 | 12 | C | 2C |
| Octal | 176 | 153 | 143 | 0 | 17 | 25 | 63 | 22 | 14 | 54 |
| Binary | 1111110 | 1101011 | 1100011 | 0 | 1111 | 10101 | 110011 | 10010 | 1100 | 101100 |
Color Harmonies of #7E6B63
Complementary color
Monochromatic Colors of #7E6B63
Black with #7E6B63
Text Example
Text Example
White with #7E6B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6B63; }
p { color: rgb(126,107,99); }
H1.HeaderClassName
{
color: #7E6B63;
}
.AnyTagClassName
{
color: #7E6B63;
}
</style>
background-color css
<style>
a { background-color: #7E6B63; }
a { background-color: rgb(126,107,99); }
div.DivClassName
{
background-color: #7E6B63;
}
.BgClassName
{
background-color: #7E6B63;
}
</style>
border-color css
<style>
span { border-color: #7E6B63; }
span { border-color: rgb(126,107,99); }
td.TdClassName
{
border-color: #7E6B63;
}
.TagClassName
{
border-color: #7E6B63;
}
</style>