Shades of Russett #7B615B
Tints of Russett #7B615B
RGB
CMYK
RGB Variations
Color information
#7B615B (or 0x7B615B) is known color: Russett. HEX triplet: 7B, 61 and 5B. RGB value is (123,97,91). Sum of RGB (Red+Green+Blue) = 123+97+91=311 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.55% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 123 - color contains mainly: red. Hex color #7B615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B615B is #849EA4. Grayscale: #686868. Windows color (decimal): -8691365 or 5988731. OLE color: 5988731.
HSL color Cylindrical-coordinate representation of color #7B615B: hue angle of 11.25º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B615B is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 97 | 91 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.52 |
| HSL | 11.25º | 0.15% | 0.42% | - |
| HSV(B) | 11.25º | 0.26% | 0.48% | - |
| XYZ | 14.33 | 13.52 | 11.75 | - |
| YUV | 104.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 97 | 91 | 0 | 0.21 | 0.26 | 0.52 | 11.25 | 0.15 | 0.42 |
| Hex | 7B | 61 | 5B | 0 | 15 | 1A | 34 | B | F | 2A |
| Octal | 173 | 141 | 133 | 0 | 25 | 32 | 64 | 13 | 17 | 52 |
| Binary | 1111011 | 1100001 | 1011011 | 0 | 10101 | 11010 | 110100 | 1011 | 1111 | 101010 |
Color Harmonies of #7B615B
Complementary color
Monochromatic Colors of #7B615B
Black with #7B615B
Text Example
Text Example
White with #7B615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B615B; }
p { color: rgb(123,97,91); }
H1.HeaderClassName
{
color: #7B615B;
}
.AnyTagClassName
{
color: #7B615B;
}
</style>
background-color css
<style>
a { background-color: #7B615B; }
a { background-color: rgb(123,97,91); }
div.DivClassName
{
background-color: #7B615B;
}
.BgClassName
{
background-color: #7B615B;
}
</style>
border-color css
<style>
span { border-color: #7B615B; }
span { border-color: rgb(123,97,91); }
td.TdClassName
{
border-color: #7B615B;
}
.TagClassName
{
border-color: #7B615B;
}
</style>