Shades of Russett #7B5C55
Tints of Russett #7B5C55
RGB
CMYK
RGB Variations
Color information
#7B5C55 (or 0x7B5C55) is known color: Russett. HEX triplet: 7B, 5C and 55. RGB value is (123,92,85). Sum of RGB (Red+Green+Blue) = 123+92+85=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5C55 is #84A3AA. Grayscale: #646464. Windows color (decimal): -8692651 or 5594235. OLE color: 5594235.
HSL color Cylindrical-coordinate representation of color #7B5C55: hue angle of 11.05º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B5C55 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 92 | 85 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.52 |
| HSL | 11.05º | 0.18% | 0.41% | - |
| HSV(B) | 11.05º | 0.31% | 0.48% | - |
| XYZ | 13.64 | 12.52 | 10.29 | - |
| YUV | 100.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 85 | 0 | 0.25 | 0.31 | 0.52 | 11.05 | 0.18 | 0.41 |
| Hex | 7B | 5C | 55 | 0 | 19 | 1F | 34 | B | 12 | 29 |
| Octal | 173 | 134 | 125 | 0 | 31 | 37 | 64 | 13 | 22 | 51 |
| Binary | 1111011 | 1011100 | 1010101 | 0 | 11001 | 11111 | 110100 | 1011 | 10010 | 101001 |
Color Harmonies of #7B5C55
Complementary color
Monochromatic Colors of #7B5C55
Black with #7B5C55
Text Example
Text Example
White with #7B5C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5C55; }
p { color: rgb(123,92,85); }
H1.HeaderClassName
{
color: #7B5C55;
}
.AnyTagClassName
{
color: #7B5C55;
}
</style>
background-color css
<style>
a { background-color: #7B5C55; }
a { background-color: rgb(123,92,85); }
div.DivClassName
{
background-color: #7B5C55;
}
.BgClassName
{
background-color: #7B5C55;
}
</style>
border-color css
<style>
span { border-color: #7B5C55; }
span { border-color: rgb(123,92,85); }
td.TdClassName
{
border-color: #7B5C55;
}
.TagClassName
{
border-color: #7B5C55;
}
</style>