Shades of Lusty #7C2D27
Tints of Lusty #7C2D27
RGB
CMYK
RGB Variations
Color information
#7C2D27 (or 0x7C2D27) is known color: Lusty. HEX triplet: 7C, 2D and 27. RGB value is (124,45,39). Sum of RGB (Red+Green+Blue) = 124+45+39=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2D27 is #83D2D8. Grayscale: #444444. Windows color (decimal): -8639193 or 2567548. OLE color: 2567548.
HSL color Cylindrical-coordinate representation of color #7C2D27: hue angle of 4.24º 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 #7C2D27 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 45 | 39 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.51 |
| HSL | 4.24º | 0.52% | 0.32% | - |
| HSV(B) | 4.24º | 0.69% | 0.49% | - |
| XYZ | 9.62 | 6.31 | 2.63 | - |
| YUV | 67.94 | 111.67 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 45 | 39 | 0 | 0.64 | 0.69 | 0.51 | 4.24 | 0.52 | 0.32 |
| Hex | 7C | 2D | 27 | 0 | 40 | 45 | 33 | 4 | 34 | 20 |
| Octal | 174 | 55 | 47 | 0 | 100 | 105 | 63 | 4 | 64 | 40 |
| Binary | 1111100 | 101101 | 100111 | 0 | 1000000 | 1000101 | 110011 | 100 | 110100 | 100000 |
Color Harmonies of #7C2D27
Complementary color
Monochromatic Colors of #7C2D27
Black with #7C2D27
Text Example
Text Example
White with #7C2D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2D27; }
p { color: rgb(124,45,39); }
H1.HeaderClassName
{
color: #7C2D27;
}
.AnyTagClassName
{
color: #7C2D27;
}
</style>
background-color css
<style>
a { background-color: #7C2D27; }
a { background-color: rgb(124,45,39); }
div.DivClassName
{
background-color: #7C2D27;
}
.BgClassName
{
background-color: #7C2D27;
}
</style>
border-color css
<style>
span { border-color: #7C2D27; }
span { border-color: rgb(124,45,39); }
td.TdClassName
{
border-color: #7C2D27;
}
.TagClassName
{
border-color: #7C2D27;
}
</style>