Shades of Russett #7B5D50
Tints of Russett #7B5D50
RGB
CMYK
RGB Variations
Color information
#7B5D50 (or 0x7B5D50) is known color: Russett. HEX triplet: 7B, 5D and 50. RGB value is (123,93,80). Sum of RGB (Red+Green+Blue) = 123+93+80=296 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.55% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5D50 is #84A2AF. Grayscale: #646464. Windows color (decimal): -8692400 or 5266811. OLE color: 5266811.
HSL color Cylindrical-coordinate representation of color #7B5D50: hue angle of 18.14º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B5D50 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 93 | 80 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.52 |
| HSL | 18.14º | 0.21% | 0.4% | - |
| HSV(B) | 18.14º | 0.35% | 0.48% | - |
| XYZ | 13.53 | 12.62 | 9.31 | - |
| YUV | 100.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 93 | 80 | 0 | 0.24 | 0.35 | 0.52 | 18.14 | 0.21 | 0.4 |
| Hex | 7B | 5D | 50 | 0 | 18 | 23 | 34 | 12 | 15 | 28 |
| Octal | 173 | 135 | 120 | 0 | 30 | 43 | 64 | 22 | 25 | 50 |
| Binary | 1111011 | 1011101 | 1010000 | 0 | 11000 | 100011 | 110100 | 10010 | 10101 | 101000 |
Color Harmonies of #7B5D50
Complementary color
Monochromatic Colors of #7B5D50
Black with #7B5D50
Text Example
Text Example
White with #7B5D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5D50; }
p { color: rgb(123,93,80); }
H1.HeaderClassName
{
color: #7B5D50;
}
.AnyTagClassName
{
color: #7B5D50;
}
</style>
background-color css
<style>
a { background-color: #7B5D50; }
a { background-color: rgb(123,93,80); }
div.DivClassName
{
background-color: #7B5D50;
}
.BgClassName
{
background-color: #7B5D50;
}
</style>
border-color css
<style>
span { border-color: #7B5D50; }
span { border-color: rgb(123,93,80); }
td.TdClassName
{
border-color: #7B5D50;
}
.TagClassName
{
border-color: #7B5D50;
}
</style>