Shades of Lusty #7C312C
Tints of Lusty #7C312C
RGB
CMYK
RGB Variations
Color information
#7C312C (or 0x7C312C) is known color: Lusty. HEX triplet: 7C, 31 and 2C. RGB value is (124,49,44). Sum of RGB (Red+Green+Blue) = 124+49+44=217 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.14% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 124 - color contains mainly: red. Hex color #7C312C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C312C is #83CED3. Grayscale: #464646. Windows color (decimal): -8638164 or 2896252. OLE color: 2896252.
HSL color Cylindrical-coordinate representation of color #7C312C: hue angle of 3.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C312C is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 49 | 44 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.51 |
| HSL | 3.75º | 0.48% | 0.33% | - |
| HSV(B) | 3.75º | 0.65% | 0.49% | - |
| XYZ | 9.87 | 6.66 | 3.15 | - |
| YUV | 70.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 49 | 44 | 0 | 0.60 | 0.65 | 0.51 | 3.75 | 0.48 | 0.33 |
| Hex | 7C | 31 | 2C | 0 | 3C | 41 | 33 | 4 | 30 | 21 |
| Octal | 174 | 61 | 54 | 0 | 74 | 101 | 63 | 4 | 60 | 41 |
| Binary | 1111100 | 110001 | 101100 | 0 | 111100 | 1000001 | 110011 | 100 | 110000 | 100001 |
Color Harmonies of #7C312C
Complementary color
Monochromatic Colors of #7C312C
Black with #7C312C
Text Example
Text Example
White with #7C312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C312C; }
p { color: rgb(124,49,44); }
H1.HeaderClassName
{
color: #7C312C;
}
.AnyTagClassName
{
color: #7C312C;
}
</style>
background-color css
<style>
a { background-color: #7C312C; }
a { background-color: rgb(124,49,44); }
div.DivClassName
{
background-color: #7C312C;
}
.BgClassName
{
background-color: #7C312C;
}
</style>
border-color css
<style>
span { border-color: #7C312C; }
span { border-color: rgb(124,49,44); }
td.TdClassName
{
border-color: #7C312C;
}
.TagClassName
{
border-color: #7C312C;
}
</style>