Shades of Lusty #7B2827
Tints of Lusty #7B2827
RGB
CMYK
RGB Variations
Color information
#7B2827 (or 0x7B2827) is known color: Lusty. HEX triplet: 7B, 28 and 27. RGB value is (123,40,39). Sum of RGB (Red+Green+Blue) = 123+40+39=202 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.89% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2827 is #84D7D8. Grayscale: #404040. Windows color (decimal): -8706009 or 2566267. OLE color: 2566267.
HSL color Cylindrical-coordinate representation of color #7B2827: hue angle of 0.71º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B2827 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 40 | 39 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.52 |
| HSL | 0.71º | 0.52% | 0.32% | - |
| HSV(B) | 0.71º | 0.68% | 0.48% | - |
| XYZ | 9.29 | 5.88 | 2.56 | - |
| YUV | 64.7 | 113.5 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 40 | 39 | 0 | 0.67 | 0.68 | 0.52 | 0.71 | 0.52 | 0.32 |
| Hex | 7B | 28 | 27 | 0 | 43 | 44 | 34 | 1 | 34 | 20 |
| Octal | 173 | 50 | 47 | 0 | 103 | 104 | 64 | 1 | 64 | 40 |
| Binary | 1111011 | 101000 | 100111 | 0 | 1000011 | 1000100 | 110100 | 1 | 110100 | 100000 |
Color Harmonies of #7B2827
Complementary color
Monochromatic Colors of #7B2827
Black with #7B2827
Text Example
Text Example
White with #7B2827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2827; }
p { color: rgb(123,40,39); }
H1.HeaderClassName
{
color: #7B2827;
}
.AnyTagClassName
{
color: #7B2827;
}
</style>
background-color css
<style>
a { background-color: #7B2827; }
a { background-color: rgb(123,40,39); }
div.DivClassName
{
background-color: #7B2827;
}
.BgClassName
{
background-color: #7B2827;
}
</style>
border-color css
<style>
span { border-color: #7B2827; }
span { border-color: rgb(123,40,39); }
td.TdClassName
{
border-color: #7B2827;
}
.TagClassName
{
border-color: #7B2827;
}
</style>