Shades of Russett #7B6358
Tints of Russett #7B6358
RGB
CMYK
RGB Variations
Color information
#7B6358 (or 0x7B6358) is known color: Russett. HEX triplet: 7B, 63 and 58. RGB value is (123,99,88). Sum of RGB (Red+Green+Blue) = 123+99+88=310 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.68% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6358 is #849CA7. Grayscale: #686868. Windows color (decimal): -8690856 or 5792635. OLE color: 5792635.
HSL color Cylindrical-coordinate representation of color #7B6358: hue angle of 18.86º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B6358 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 99 | 88 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.52 |
| HSL | 18.86º | 0.17% | 0.41% | - |
| HSV(B) | 18.86º | 0.28% | 0.48% | - |
| XYZ | 14.39 | 13.84 | 11.15 | - |
| YUV | 104.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 99 | 88 | 0 | 0.20 | 0.28 | 0.52 | 18.86 | 0.17 | 0.41 |
| Hex | 7B | 63 | 58 | 0 | 14 | 1C | 34 | 13 | 11 | 29 |
| Octal | 173 | 143 | 130 | 0 | 24 | 34 | 64 | 23 | 21 | 51 |
| Binary | 1111011 | 1100011 | 1011000 | 0 | 10100 | 11100 | 110100 | 10011 | 10001 | 101001 |
Color Harmonies of #7B6358
Complementary color
Monochromatic Colors of #7B6358
Black with #7B6358
Text Example
Text Example
White with #7B6358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6358; }
p { color: rgb(123,99,88); }
H1.HeaderClassName
{
color: #7B6358;
}
.AnyTagClassName
{
color: #7B6358;
}
</style>
background-color css
<style>
a { background-color: #7B6358; }
a { background-color: rgb(123,99,88); }
div.DivClassName
{
background-color: #7B6358;
}
.BgClassName
{
background-color: #7B6358;
}
</style>
border-color css
<style>
span { border-color: #7B6358; }
span { border-color: rgb(123,99,88); }
td.TdClassName
{
border-color: #7B6358;
}
.TagClassName
{
border-color: #7B6358;
}
</style>