Shades of Lusty #7A2827
Tints of Lusty #7A2827
RGB
CMYK
RGB Variations
Color information
#7A2827 (or 0x7A2827) is known color: Lusty. HEX triplet: 7A, 28 and 27. RGB value is (122,40,39). Sum of RGB (Red+Green+Blue) = 122+40+39=201 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.70% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2827 is #85D7D8. Grayscale: #404040. Windows color (decimal): -8771545 or 2566266. OLE color: 2566266.
HSL color Cylindrical-coordinate representation of color #7A2827: hue angle of 0.72º 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 #7A2827 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 40 | 39 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.52 |
| HSL | 0.72º | 0.52% | 0.32% | - |
| HSV(B) | 0.72º | 0.68% | 0.48% | - |
| XYZ | 9.15 | 5.8 | 2.56 | - |
| YUV | 64.4 | 113.67 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 40 | 39 | 0 | 0.67 | 0.68 | 0.52 | 0.72 | 0.52 | 0.32 |
| Hex | 7A | 28 | 27 | 0 | 43 | 44 | 34 | 1 | 34 | 20 |
| Octal | 172 | 50 | 47 | 0 | 103 | 104 | 64 | 1 | 64 | 40 |
| Binary | 1111010 | 101000 | 100111 | 0 | 1000011 | 1000100 | 110100 | 1 | 110100 | 100000 |
Color Harmonies of #7A2827
Complementary color
Monochromatic Colors of #7A2827
Black with #7A2827
Text Example
Text Example
White with #7A2827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2827; }
p { color: rgb(122,40,39); }
H1.HeaderClassName
{
color: #7A2827;
}
.AnyTagClassName
{
color: #7A2827;
}
</style>
background-color css
<style>
a { background-color: #7A2827; }
a { background-color: rgb(122,40,39); }
div.DivClassName
{
background-color: #7A2827;
}
.BgClassName
{
background-color: #7A2827;
}
</style>
border-color css
<style>
span { border-color: #7A2827; }
span { border-color: rgb(122,40,39); }
td.TdClassName
{
border-color: #7A2827;
}
.TagClassName
{
border-color: #7A2827;
}
</style>