Shades of Lusty #7B342D
Tints of Lusty #7B342D
RGB
CMYK
RGB Variations
Color information
#7B342D (or 0x7B342D) is known color: Lusty. HEX triplet: 7B, 34 and 2D. RGB value is (123,52,45). Sum of RGB (Red+Green+Blue) = 123+52+45=220 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.91% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 123 - color contains mainly: red. Hex color #7B342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B342D is #84CBD2. Grayscale: #484848. Windows color (decimal): -8702931 or 2962555. OLE color: 2962555.
HSL color Cylindrical-coordinate representation of color #7B342D: hue angle of 5.38º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B342D is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 52 | 45 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.52 |
| HSL | 5.38º | 0.46% | 0.33% | - |
| HSV(B) | 5.38º | 0.63% | 0.48% | - |
| XYZ | 9.87 | 6.86 | 3.29 | - |
| YUV | 72.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 52 | 45 | 0 | 0.58 | 0.63 | 0.52 | 5.38 | 0.46 | 0.33 |
| Hex | 7B | 34 | 2D | 0 | 3A | 3F | 34 | 5 | 2E | 21 |
| Octal | 173 | 64 | 55 | 0 | 72 | 77 | 64 | 5 | 56 | 41 |
| Binary | 1111011 | 110100 | 101101 | 0 | 111010 | 111111 | 110100 | 101 | 101110 | 100001 |
Color Harmonies of #7B342D
Complementary color
Monochromatic Colors of #7B342D
Black with #7B342D
Text Example
Text Example
White with #7B342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B342D; }
p { color: rgb(123,52,45); }
H1.HeaderClassName
{
color: #7B342D;
}
.AnyTagClassName
{
color: #7B342D;
}
</style>
background-color css
<style>
a { background-color: #7B342D; }
a { background-color: rgb(123,52,45); }
div.DivClassName
{
background-color: #7B342D;
}
.BgClassName
{
background-color: #7B342D;
}
</style>
border-color css
<style>
span { border-color: #7B342D; }
span { border-color: rgb(123,52,45); }
td.TdClassName
{
border-color: #7B342D;
}
.TagClassName
{
border-color: #7B342D;
}
</style>