Shades of Lusty #7C2F2D
Tints of Lusty #7C2F2D
RGB
CMYK
RGB Variations
Color information
#7C2F2D (or 0x7C2F2D) is known color: Lusty. HEX triplet: 7C, 2F and 2D. RGB value is (124,47,45). Sum of RGB (Red+Green+Blue) = 124+47+45=216 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.41% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2F2D is #83D0D2. Grayscale: #454545. Windows color (decimal): -8638675 or 2961276. OLE color: 2961276.
HSL color Cylindrical-coordinate representation of color #7C2F2D: hue angle of 1.52º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C2F2D is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 47 | 45 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.51 |
| HSL | 1.52º | 0.47% | 0.33% | - |
| HSV(B) | 1.52º | 0.64% | 0.49% | - |
| XYZ | 9.8 | 6.51 | 3.22 | - |
| YUV | 69.8 | 114.01 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 47 | 45 | 0 | 0.62 | 0.64 | 0.51 | 1.52 | 0.47 | 0.33 |
| Hex | 7C | 2F | 2D | 0 | 3E | 40 | 33 | 2 | 2F | 21 |
| Octal | 174 | 57 | 55 | 0 | 76 | 100 | 63 | 2 | 57 | 41 |
| Binary | 1111100 | 101111 | 101101 | 0 | 111110 | 1000000 | 110011 | 10 | 101111 | 100001 |
Color Harmonies of #7C2F2D
Complementary color
Monochromatic Colors of #7C2F2D
Black with #7C2F2D
Text Example
Text Example
White with #7C2F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2F2D; }
p { color: rgb(124,47,45); }
H1.HeaderClassName
{
color: #7C2F2D;
}
.AnyTagClassName
{
color: #7C2F2D;
}
</style>
background-color css
<style>
a { background-color: #7C2F2D; }
a { background-color: rgb(124,47,45); }
div.DivClassName
{
background-color: #7C2F2D;
}
.BgClassName
{
background-color: #7C2F2D;
}
</style>
border-color css
<style>
span { border-color: #7C2F2D; }
span { border-color: rgb(124,47,45); }
td.TdClassName
{
border-color: #7C2F2D;
}
.TagClassName
{
border-color: #7C2F2D;
}
</style>