Shades of Russett #7B5F54
Tints of Russett #7B5F54
RGB
CMYK
RGB Variations
Color information
#7B5F54 (or 0x7B5F54) is known color: Russett. HEX triplet: 7B, 5F and 54. RGB value is (123,95,84). Sum of RGB (Red+Green+Blue) = 123+95+84=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5F54 is #84A0AB. Grayscale: #666666. Windows color (decimal): -8691884 or 5529467. OLE color: 5529467.
HSL color Cylindrical-coordinate representation of color #7B5F54: hue angle of 16.92º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B5F54 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 95 | 84 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.52 |
| HSL | 16.92º | 0.19% | 0.41% | - |
| HSV(B) | 16.92º | 0.32% | 0.48% | - |
| XYZ | 13.86 | 13.04 | 10.17 | - |
| YUV | 102.12 | 117.78 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 95 | 84 | 0 | 0.23 | 0.32 | 0.52 | 16.92 | 0.19 | 0.41 |
| Hex | 7B | 5F | 54 | 0 | 17 | 20 | 34 | 11 | 13 | 29 |
| Octal | 173 | 137 | 124 | 0 | 27 | 40 | 64 | 21 | 23 | 51 |
| Binary | 1111011 | 1011111 | 1010100 | 0 | 10111 | 100000 | 110100 | 10001 | 10011 | 101001 |
Color Harmonies of #7B5F54
Complementary color
Monochromatic Colors of #7B5F54
Black with #7B5F54
Text Example
Text Example
White with #7B5F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5F54; }
p { color: rgb(123,95,84); }
H1.HeaderClassName
{
color: #7B5F54;
}
.AnyTagClassName
{
color: #7B5F54;
}
</style>
background-color css
<style>
a { background-color: #7B5F54; }
a { background-color: rgb(123,95,84); }
div.DivClassName
{
background-color: #7B5F54;
}
.BgClassName
{
background-color: #7B5F54;
}
</style>
border-color css
<style>
span { border-color: #7B5F54; }
span { border-color: rgb(123,95,84); }
td.TdClassName
{
border-color: #7B5F54;
}
.TagClassName
{
border-color: #7B5F54;
}
</style>