Shades of Lusty #7B3530
Tints of Lusty #7B3530
RGB
CMYK
RGB Variations
Color information
#7B3530 (or 0x7B3530) is known color: Lusty. HEX triplet: 7B, 35 and 30. RGB value is (123,53,48). Sum of RGB (Red+Green+Blue) = 123+53+48=224 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.91% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3530 is #84CACF. Grayscale: #494949. Windows color (decimal): -8702672 or 3159419. OLE color: 3159419.
HSL color Cylindrical-coordinate representation of color #7B3530: hue angle of 4º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B3530 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 53 | 48 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.52 |
| HSL | 4º | 0.44% | 0.34% | - |
| HSV(B) | 4º | 0.61% | 0.48% | - |
| XYZ | 9.97 | 6.97 | 3.62 | - |
| YUV | 73.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 53 | 48 | 0 | 0.57 | 0.61 | 0.52 | 4 | 0.44 | 0.34 |
| Hex | 7B | 35 | 30 | 0 | 39 | 3D | 34 | 4 | 2C | 22 |
| Octal | 173 | 65 | 60 | 0 | 71 | 75 | 64 | 4 | 54 | 42 |
| Binary | 1111011 | 110101 | 110000 | 0 | 111001 | 111101 | 110100 | 100 | 101100 | 100010 |
Color Harmonies of #7B3530
Complementary color
Monochromatic Colors of #7B3530
Black with #7B3530
Text Example
Text Example
White with #7B3530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3530; }
p { color: rgb(123,53,48); }
H1.HeaderClassName
{
color: #7B3530;
}
.AnyTagClassName
{
color: #7B3530;
}
</style>
background-color css
<style>
a { background-color: #7B3530; }
a { background-color: rgb(123,53,48); }
div.DivClassName
{
background-color: #7B3530;
}
.BgClassName
{
background-color: #7B3530;
}
</style>
border-color css
<style>
span { border-color: #7B3530; }
span { border-color: rgb(123,53,48); }
td.TdClassName
{
border-color: #7B3530;
}
.TagClassName
{
border-color: #7B3530;
}
</style>