Shades of Lusty #7B342A
Tints of Lusty #7B342A
RGB
CMYK
RGB Variations
Color information
#7B342A (or 0x7B342A) is known color: Lusty. HEX triplet: 7B, 34 and 2A. RGB value is (123,52,42). Sum of RGB (Red+Green+Blue) = 123+52+42=217 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.68% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 123 - color contains mainly: red. Hex color #7B342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B342A is #84CBD5. Grayscale: #484848. Windows color (decimal): -8702934 or 2765947. OLE color: 2765947.
HSL color Cylindrical-coordinate representation of color #7B342A: hue angle of 7.41º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B342A is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 52 | 42 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.52 |
| HSL | 7.41º | 0.49% | 0.32% | - |
| HSV(B) | 7.41º | 0.66% | 0.48% | - |
| XYZ | 9.81 | 6.83 | 2.99 | - |
| YUV | 72.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 52 | 42 | 0 | 0.58 | 0.66 | 0.52 | 7.41 | 0.49 | 0.32 |
| Hex | 7B | 34 | 2A | 0 | 3A | 42 | 34 | 7 | 31 | 20 |
| Octal | 173 | 64 | 52 | 0 | 72 | 102 | 64 | 7 | 61 | 40 |
| Binary | 1111011 | 110100 | 101010 | 0 | 111010 | 1000010 | 110100 | 111 | 110001 | 100000 |
Color Harmonies of #7B342A
Complementary color
Monochromatic Colors of #7B342A
Black with #7B342A
Text Example
Text Example
White with #7B342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B342A; }
p { color: rgb(123,52,42); }
H1.HeaderClassName
{
color: #7B342A;
}
.AnyTagClassName
{
color: #7B342A;
}
</style>
background-color css
<style>
a { background-color: #7B342A; }
a { background-color: rgb(123,52,42); }
div.DivClassName
{
background-color: #7B342A;
}
.BgClassName
{
background-color: #7B342A;
}
</style>
border-color css
<style>
span { border-color: #7B342A; }
span { border-color: rgb(123,52,42); }
td.TdClassName
{
border-color: #7B342A;
}
.TagClassName
{
border-color: #7B342A;
}
</style>