Shades of Russett #7B6056
Tints of Russett #7B6056
RGB
CMYK
RGB Variations
Color information
#7B6056 (or 0x7B6056) is known color: Russett. HEX triplet: 7B, 60 and 56. RGB value is (123,96,86). Sum of RGB (Red+Green+Blue) = 123+96+86=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6056 is #849FA9. Grayscale: #676767. Windows color (decimal): -8691626 or 5660795. OLE color: 5660795.
HSL color Cylindrical-coordinate representation of color #7B6056: hue angle of 16.22º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B6056 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 96 | 86 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.52 |
| HSL | 16.22º | 0.18% | 0.41% | - |
| HSV(B) | 16.22º | 0.3% | 0.48% | - |
| XYZ | 14.03 | 13.25 | 10.62 | - |
| YUV | 102.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 96 | 86 | 0 | 0.22 | 0.30 | 0.52 | 16.22 | 0.18 | 0.41 |
| Hex | 7B | 60 | 56 | 0 | 16 | 1E | 34 | 10 | 12 | 29 |
| Octal | 173 | 140 | 126 | 0 | 26 | 36 | 64 | 20 | 22 | 51 |
| Binary | 1111011 | 1100000 | 1010110 | 0 | 10110 | 11110 | 110100 | 10000 | 10010 | 101001 |
Color Harmonies of #7B6056
Complementary color
Monochromatic Colors of #7B6056
Black with #7B6056
Text Example
Text Example
White with #7B6056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6056; }
p { color: rgb(123,96,86); }
H1.HeaderClassName
{
color: #7B6056;
}
.AnyTagClassName
{
color: #7B6056;
}
</style>
background-color css
<style>
a { background-color: #7B6056; }
a { background-color: rgb(123,96,86); }
div.DivClassName
{
background-color: #7B6056;
}
.BgClassName
{
background-color: #7B6056;
}
</style>
border-color css
<style>
span { border-color: #7B6056; }
span { border-color: rgb(123,96,86); }
td.TdClassName
{
border-color: #7B6056;
}
.TagClassName
{
border-color: #7B6056;
}
</style>