Shades of Lusty #7D2723
Tints of Lusty #7D2723
RGB
CMYK
RGB Variations
Color information
#7D2723 (or 0x7D2723) is known color: Lusty. HEX triplet: 7D, 27 and 23. RGB value is (125,39,35). Sum of RGB (Red+Green+Blue) = 125+39+35=199 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.81% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2723 is #82D8DC. Grayscale: #404040. Windows color (decimal): -8575197 or 2303869. OLE color: 2303869.
HSL color Cylindrical-coordinate representation of color #7D2723: hue angle of 2.67º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D2723 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 39 | 35 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.51 |
| HSL | 2.67º | 0.56% | 0.31% | - |
| HSV(B) | 2.67º | 0.72% | 0.49% | - |
| XYZ | 9.49 | 5.93 | 2.24 | - |
| YUV | 64.26 | 111.49 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 39 | 35 | 0 | 0.69 | 0.72 | 0.51 | 2.67 | 0.56 | 0.31 |
| Hex | 7D | 27 | 23 | 0 | 45 | 48 | 33 | 3 | 38 | 1F |
| Octal | 175 | 47 | 43 | 0 | 105 | 110 | 63 | 3 | 70 | 37 |
| Binary | 1111101 | 100111 | 100011 | 0 | 1000101 | 1001000 | 110011 | 11 | 111000 | 11111 |
Color Harmonies of #7D2723
Complementary color
Monochromatic Colors of #7D2723
Black with #7D2723
Text Example
Text Example
White with #7D2723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2723; }
p { color: rgb(125,39,35); }
H1.HeaderClassName
{
color: #7D2723;
}
.AnyTagClassName
{
color: #7D2723;
}
</style>
background-color css
<style>
a { background-color: #7D2723; }
a { background-color: rgb(125,39,35); }
div.DivClassName
{
background-color: #7D2723;
}
.BgClassName
{
background-color: #7D2723;
}
</style>
border-color css
<style>
span { border-color: #7D2723; }
span { border-color: rgb(125,39,35); }
td.TdClassName
{
border-color: #7D2723;
}
.TagClassName
{
border-color: #7D2723;
}
</style>