Shades of Russett #7B5D51
Tints of Russett #7B5D51
RGB
CMYK
RGB Variations
Color information
#7B5D51 (or 0x7B5D51) is known color: Russett. HEX triplet: 7B, 5D and 51. RGB value is (123,93,81). Sum of RGB (Red+Green+Blue) = 123+93+81=297 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.41% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5D51 is #84A2AE. Grayscale: #646464. Windows color (decimal): -8692399 or 5332347. OLE color: 5332347.
HSL color Cylindrical-coordinate representation of color #7B5D51: hue angle of 17.14º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B5D51 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
RGB | 123 | 93 | 81 | - |
CMYK | 0 | 0.24 | 0.34 | 0.52 |
HSL | 17.14º | 0.21% | 0.4% | - |
HSV(B) | 17.14º | 0.34% | 0.48% | - |
XYZ | 13.57 | 12.63 | 9.51 | - |
YUV | 100.6 | 116.94 | 143.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 93 | 81 | 0 | 0.24 | 0.34 | 0.52 | 17.14 | 0.21 | 0.4 |
Hex | 7B | 5D | 51 | 0 | 18 | 22 | 34 | 11 | 15 | 28 |
Octal | 173 | 135 | 121 | 0 | 30 | 42 | 64 | 21 | 25 | 50 |
Binary | 1111011 | 1011101 | 1010001 | 0 | 11000 | 100010 | 110100 | 10001 | 10101 | 101000 |
Color Harmonies of #7B5D51
Complementary color
Monochromatic Colors of #7B5D51
Black with #7B5D51
Text Example
Text Example
White with #7B5D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5D51; }
p { color: rgb(123,93,81); }
H1.HeaderClassName
{
color: #7B5D51;
}
.AnyTagClassName
{
color: #7B5D51;
}
</style>
background-color css
<style>
a { background-color: #7B5D51; }
a { background-color: rgb(123,93,81); }
div.DivClassName
{
background-color: #7B5D51;
}
.BgClassName
{
background-color: #7B5D51;
}
</style>
border-color css
<style>
span { border-color: #7B5D51; }
span { border-color: rgb(123,93,81); }
td.TdClassName
{
border-color: #7B5D51;
}
.TagClassName
{
border-color: #7B5D51;
}
</style>