Shades of Lusty #7C2725
Tints of Lusty #7C2725
RGB
CMYK
RGB Variations
Color information
#7C2725 (or 0x7C2725) is known color: Lusty. HEX triplet: 7C, 27 and 25. RGB value is (124,39,37). Sum of RGB (Red+Green+Blue) = 124+39+37=200 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2725 is #83D8DA. Grayscale: #404040. Windows color (decimal): -8640731 or 2434940. OLE color: 2434940.
HSL color Cylindrical-coordinate representation of color #7C2725: hue angle of 1.38º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C2725 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 39 | 37 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.51 |
| HSL | 1.38º | 0.54% | 0.32% | - |
| HSV(B) | 1.38º | 0.7% | 0.49% | - |
| XYZ | 9.37 | 5.87 | 2.39 | - |
| YUV | 64.19 | 112.66 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 39 | 37 | 0 | 0.69 | 0.70 | 0.51 | 1.38 | 0.54 | 0.32 |
| Hex | 7C | 27 | 25 | 0 | 45 | 46 | 33 | 1 | 36 | 20 |
| Octal | 174 | 47 | 45 | 0 | 105 | 106 | 63 | 1 | 66 | 40 |
| Binary | 1111100 | 100111 | 100101 | 0 | 1000101 | 1000110 | 110011 | 1 | 110110 | 100000 |
Color Harmonies of #7C2725
Complementary color
Monochromatic Colors of #7C2725
Black with #7C2725
Text Example
Text Example
White with #7C2725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2725; }
p { color: rgb(124,39,37); }
H1.HeaderClassName
{
color: #7C2725;
}
.AnyTagClassName
{
color: #7C2725;
}
</style>
background-color css
<style>
a { background-color: #7C2725; }
a { background-color: rgb(124,39,37); }
div.DivClassName
{
background-color: #7C2725;
}
.BgClassName
{
background-color: #7C2725;
}
</style>
border-color css
<style>
span { border-color: #7C2725; }
span { border-color: rgb(124,39,37); }
td.TdClassName
{
border-color: #7C2725;
}
.TagClassName
{
border-color: #7C2725;
}
</style>