Shades of Lusty #7B2726
Tints of Lusty #7B2726
RGB
CMYK
RGB Variations
Color information
#7B2726 (or 0x7B2726) is known color: Lusty. HEX triplet: 7B, 27 and 26. RGB value is (123,39,38). Sum of RGB (Red+Green+Blue) = 123+39+38=200 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.5% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2726 is #84D8D9. Grayscale: #404040. Windows color (decimal): -8706266 or 2500475. OLE color: 2500475.
HSL color Cylindrical-coordinate representation of color #7B2726: hue angle of 0.71º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B2726 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 39 | 38 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.52 |
| HSL | 0.71º | 0.53% | 0.32% | - |
| HSV(B) | 0.71º | 0.69% | 0.48% | - |
| XYZ | 9.24 | 5.8 | 2.47 | - |
| YUV | 64 | 113.33 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 38 | 0 | 0.68 | 0.69 | 0.52 | 0.71 | 0.53 | 0.32 |
| Hex | 7B | 27 | 26 | 0 | 44 | 45 | 34 | 1 | 35 | 20 |
| Octal | 173 | 47 | 46 | 0 | 104 | 105 | 64 | 1 | 65 | 40 |
| Binary | 1111011 | 100111 | 100110 | 0 | 1000100 | 1000101 | 110100 | 1 | 110101 | 100000 |
Color Harmonies of #7B2726
Complementary color
Monochromatic Colors of #7B2726
Black with #7B2726
Text Example
Text Example
White with #7B2726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2726; }
p { color: rgb(123,39,38); }
H1.HeaderClassName
{
color: #7B2726;
}
.AnyTagClassName
{
color: #7B2726;
}
</style>
background-color css
<style>
a { background-color: #7B2726; }
a { background-color: rgb(123,39,38); }
div.DivClassName
{
background-color: #7B2726;
}
.BgClassName
{
background-color: #7B2726;
}
</style>
border-color css
<style>
span { border-color: #7B2726; }
span { border-color: rgb(123,39,38); }
td.TdClassName
{
border-color: #7B2726;
}
.TagClassName
{
border-color: #7B2726;
}
</style>