Shades of Lusty #7C2C27
Tints of Lusty #7C2C27
RGB
CMYK
RGB Variations
Color information
#7C2C27 (or 0x7C2C27) is known color: Lusty. HEX triplet: 7C, 2C and 27. RGB value is (124,44,39). Sum of RGB (Red+Green+Blue) = 124+44+39=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2C27 is #83D3D8. Grayscale: #434343. Windows color (decimal): -8639449 or 2567292. OLE color: 2567292.
HSL color Cylindrical-coordinate representation of color #7C2C27: hue angle of 3.53º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C2C27 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 44 | 39 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.51 |
| HSL | 3.53º | 0.52% | 0.32% | - |
| HSV(B) | 3.53º | 0.69% | 0.49% | - |
| XYZ | 9.58 | 6.23 | 2.62 | - |
| YUV | 67.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 44 | 39 | 0 | 0.65 | 0.69 | 0.51 | 3.53 | 0.52 | 0.32 |
| Hex | 7C | 2C | 27 | 0 | 41 | 45 | 33 | 4 | 34 | 20 |
| Octal | 174 | 54 | 47 | 0 | 101 | 105 | 63 | 4 | 64 | 40 |
| Binary | 1111100 | 101100 | 100111 | 0 | 1000001 | 1000101 | 110011 | 100 | 110100 | 100000 |
Color Harmonies of #7C2C27
Complementary color
Monochromatic Colors of #7C2C27
Black with #7C2C27
Text Example
Text Example
White with #7C2C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2C27; }
p { color: rgb(124,44,39); }
H1.HeaderClassName
{
color: #7C2C27;
}
.AnyTagClassName
{
color: #7C2C27;
}
</style>
background-color css
<style>
a { background-color: #7C2C27; }
a { background-color: rgb(124,44,39); }
div.DivClassName
{
background-color: #7C2C27;
}
.BgClassName
{
background-color: #7C2C27;
}
</style>
border-color css
<style>
span { border-color: #7C2C27; }
span { border-color: rgb(124,44,39); }
td.TdClassName
{
border-color: #7C2C27;
}
.TagClassName
{
border-color: #7C2C27;
}
</style>