Shades of Lusty #7C302F
Tints of Lusty #7C302F
RGB
CMYK
RGB Variations
Color information
#7C302F (or 0x7C302F) is known color: Lusty. HEX triplet: 7C, 30 and 2F. RGB value is (124,48,47). Sum of RGB (Red+Green+Blue) = 124+48+47=219 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.62% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 124 - color contains mainly: red. Hex color #7C302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C302F is #83CFD0. Grayscale: #464646. Windows color (decimal): -8638417 or 3092604. OLE color: 3092604.
HSL color Cylindrical-coordinate representation of color #7C302F: hue angle of 0.78º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C302F is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 48 | 47 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.51 |
| HSL | 0.78º | 0.45% | 0.34% | - |
| HSV(B) | 0.78º | 0.62% | 0.49% | - |
| XYZ | 9.88 | 6.6 | 3.44 | - |
| YUV | 70.61 | 114.68 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 48 | 47 | 0 | 0.61 | 0.62 | 0.51 | 0.78 | 0.45 | 0.34 |
| Hex | 7C | 30 | 2F | 0 | 3D | 3E | 33 | 1 | 2D | 22 |
| Octal | 174 | 60 | 57 | 0 | 75 | 76 | 63 | 1 | 55 | 42 |
| Binary | 1111100 | 110000 | 101111 | 0 | 111101 | 111110 | 110011 | 1 | 101101 | 100010 |
Color Harmonies of #7C302F
Complementary color
Monochromatic Colors of #7C302F
Black with #7C302F
Text Example
Text Example
White with #7C302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C302F; }
p { color: rgb(124,48,47); }
H1.HeaderClassName
{
color: #7C302F;
}
.AnyTagClassName
{
color: #7C302F;
}
</style>
background-color css
<style>
a { background-color: #7C302F; }
a { background-color: rgb(124,48,47); }
div.DivClassName
{
background-color: #7C302F;
}
.BgClassName
{
background-color: #7C302F;
}
</style>
border-color css
<style>
span { border-color: #7C302F; }
span { border-color: rgb(124,48,47); }
td.TdClassName
{
border-color: #7C302F;
}
.TagClassName
{
border-color: #7C302F;
}
</style>