Shades of Lusty #7B2E23
Tints of Lusty #7B2E23
RGB
CMYK
RGB Variations
Color information
#7B2E23 (or 0x7B2E23) is known color: Lusty. HEX triplet: 7B, 2E and 23. RGB value is (123,46,35). Sum of RGB (Red+Green+Blue) = 123+46+35=204 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60.29% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2E23 is #84D1DC. Grayscale: #434343. Windows color (decimal): -8704477 or 2305659. OLE color: 2305659.
HSL color Cylindrical-coordinate representation of color #7B2E23: hue angle of 7.5º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B2E23 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 46 | 35 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.52 |
| HSL | 7.5º | 0.56% | 0.31% | - |
| HSV(B) | 7.5º | 0.72% | 0.48% | - |
| XYZ | 9.45 | 6.29 | 2.31 | - |
| YUV | 67.77 | 109.51 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 46 | 35 | 0 | 0.63 | 0.72 | 0.52 | 7.5 | 0.56 | 0.31 |
| Hex | 7B | 2E | 23 | 0 | 3F | 48 | 34 | 8 | 38 | 1F |
| Octal | 173 | 56 | 43 | 0 | 77 | 110 | 64 | 10 | 70 | 37 |
| Binary | 1111011 | 101110 | 100011 | 0 | 111111 | 1001000 | 110100 | 1000 | 111000 | 11111 |
Color Harmonies of #7B2E23
Complementary color
Monochromatic Colors of #7B2E23
Black with #7B2E23
Text Example
Text Example
White with #7B2E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2E23; }
p { color: rgb(123,46,35); }
H1.HeaderClassName
{
color: #7B2E23;
}
.AnyTagClassName
{
color: #7B2E23;
}
</style>
background-color css
<style>
a { background-color: #7B2E23; }
a { background-color: rgb(123,46,35); }
div.DivClassName
{
background-color: #7B2E23;
}
.BgClassName
{
background-color: #7B2E23;
}
</style>
border-color css
<style>
span { border-color: #7B2E23; }
span { border-color: rgb(123,46,35); }
td.TdClassName
{
border-color: #7B2E23;
}
.TagClassName
{
border-color: #7B2E23;
}
</style>