Shades of Lusty #7B2723
Tints of Lusty #7B2723
RGB
CMYK
RGB Variations
Color information
#7B2723 (or 0x7B2723) is known color: Lusty. HEX triplet: 7B, 27 and 23. RGB value is (123,39,35). Sum of RGB (Red+Green+Blue) = 123+39+35=197 (26% of max value = 765). Red value is 123 (48.44% from 255 or 62.44% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2723 is #84D8DC. Grayscale: #3F3F3F. Windows color (decimal): -8706269 or 2303867. OLE color: 2303867.
HSL color Cylindrical-coordinate representation of color #7B2723: hue angle of 2.73º 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 #7B2723 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 39 | 35 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.52 |
| HSL | 2.73º | 0.56% | 0.31% | - |
| HSV(B) | 2.73º | 0.72% | 0.48% | - |
| XYZ | 9.2 | 5.78 | 2.22 | - |
| YUV | 63.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 35 | 0 | 0.68 | 0.72 | 0.52 | 2.73 | 0.56 | 0.31 |
| Hex | 7B | 27 | 23 | 0 | 44 | 48 | 34 | 3 | 38 | 1F |
| Octal | 173 | 47 | 43 | 0 | 104 | 110 | 64 | 3 | 70 | 37 |
| Binary | 1111011 | 100111 | 100011 | 0 | 1000100 | 1001000 | 110100 | 11 | 111000 | 11111 |
Color Harmonies of #7B2723
Complementary color
Monochromatic Colors of #7B2723
Black with #7B2723
Text Example
Text Example
White with #7B2723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2723; }
p { color: rgb(123,39,35); }
H1.HeaderClassName
{
color: #7B2723;
}
.AnyTagClassName
{
color: #7B2723;
}
</style>
background-color css
<style>
a { background-color: #7B2723; }
a { background-color: rgb(123,39,35); }
div.DivClassName
{
background-color: #7B2723;
}
.BgClassName
{
background-color: #7B2723;
}
</style>
border-color css
<style>
span { border-color: #7B2723; }
span { border-color: rgb(123,39,35); }
td.TdClassName
{
border-color: #7B2723;
}
.TagClassName
{
border-color: #7B2723;
}
</style>