Shades of Lusty #7B261E
Tints of Lusty #7B261E
RGB
CMYK
RGB Variations
Color information
#7B261E (or 0x7B261E) is known color: Lusty. HEX triplet: 7B, 26 and 1E. RGB value is (123,38,30). Sum of RGB (Red+Green+Blue) = 123+38+30=191 (25% of max value = 765). Red value is 123 (48.44% from 255 or 64.40% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 123 - color contains mainly: red. Hex color #7B261E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B261E is #84D9E1. Grayscale: #3E3E3E. Windows color (decimal): -8706530 or 1975931. OLE color: 1975931.
HSL color Cylindrical-coordinate representation of color #7B261E: hue angle of 5.16º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B261E is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 38 | 30 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.52 |
| HSL | 5.16º | 0.61% | 0.3% | - |
| HSV(B) | 5.16º | 0.76% | 0.48% | - |
| XYZ | 9.1 | 5.69 | 1.85 | - |
| YUV | 62.5 | 109.66 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 38 | 30 | 0 | 0.69 | 0.76 | 0.52 | 5.16 | 0.61 | 0.3 |
| Hex | 7B | 26 | 1E | 0 | 45 | 4C | 34 | 5 | 3D | 1E |
| Octal | 173 | 46 | 36 | 0 | 105 | 114 | 64 | 5 | 75 | 36 |
| Binary | 1111011 | 100110 | 11110 | 0 | 1000101 | 1001100 | 110100 | 101 | 111101 | 11110 |
Color Harmonies of #7B261E
Complementary color
Monochromatic Colors of #7B261E
Black with #7B261E
Text Example
Text Example
White with #7B261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B261E; }
p { color: rgb(123,38,30); }
H1.HeaderClassName
{
color: #7B261E;
}
.AnyTagClassName
{
color: #7B261E;
}
</style>
background-color css
<style>
a { background-color: #7B261E; }
a { background-color: rgb(123,38,30); }
div.DivClassName
{
background-color: #7B261E;
}
.BgClassName
{
background-color: #7B261E;
}
</style>
border-color css
<style>
span { border-color: #7B261E; }
span { border-color: rgb(123,38,30); }
td.TdClassName
{
border-color: #7B261E;
}
.TagClassName
{
border-color: #7B261E;
}
</style>