Shades of Lusty #7A2D25
Tints of Lusty #7A2D25
RGB
CMYK
RGB Variations
Color information
#7A2D25 (or 0x7A2D25) is known color: Lusty. HEX triplet: 7A, 2D and 25. RGB value is (122,45,37). Sum of RGB (Red+Green+Blue) = 122+45+37=204 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.80% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2D25 is #85D2DA. Grayscale: #434343. Windows color (decimal): -8770267 or 2436474. OLE color: 2436474.
HSL color Cylindrical-coordinate representation of color #7A2D25: hue angle of 5.65º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A2D25 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 45 | 37 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.52 |
| HSL | 5.65º | 0.53% | 0.31% | - |
| HSV(B) | 5.65º | 0.7% | 0.48% | - |
| XYZ | 9.3 | 6.15 | 2.45 | - |
| YUV | 67.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 45 | 37 | 0 | 0.63 | 0.70 | 0.52 | 5.65 | 0.53 | 0.31 |
| Hex | 7A | 2D | 25 | 0 | 3F | 46 | 34 | 6 | 35 | 1F |
| Octal | 172 | 55 | 45 | 0 | 77 | 106 | 64 | 6 | 65 | 37 |
| Binary | 1111010 | 101101 | 100101 | 0 | 111111 | 1000110 | 110100 | 110 | 110101 | 11111 |
Color Harmonies of #7A2D25
Complementary color
Monochromatic Colors of #7A2D25
Black with #7A2D25
Text Example
Text Example
White with #7A2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2D25; }
p { color: rgb(122,45,37); }
H1.HeaderClassName
{
color: #7A2D25;
}
.AnyTagClassName
{
color: #7A2D25;
}
</style>
background-color css
<style>
a { background-color: #7A2D25; }
a { background-color: rgb(122,45,37); }
div.DivClassName
{
background-color: #7A2D25;
}
.BgClassName
{
background-color: #7A2D25;
}
</style>
border-color css
<style>
span { border-color: #7A2D25; }
span { border-color: rgb(122,45,37); }
td.TdClassName
{
border-color: #7A2D25;
}
.TagClassName
{
border-color: #7A2D25;
}
</style>