Shades of Lusty #7B3327
Tints of Lusty #7B3327
RGB
CMYK
RGB Variations
Color information
#7B3327 (or 0x7B3327) is known color: Lusty. HEX triplet: 7B, 33 and 27. RGB value is (123,51,39). Sum of RGB (Red+Green+Blue) = 123+51+39=213 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.75% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3327 is #84CCD8. Grayscale: #474747. Windows color (decimal): -8703193 or 2569083. OLE color: 2569083.
HSL color Cylindrical-coordinate representation of color #7B3327: hue angle of 8.57º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B3327 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 51 | 39 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.52 |
| HSL | 8.57º | 0.52% | 0.32% | - |
| HSV(B) | 8.57º | 0.68% | 0.48% | - |
| XYZ | 9.72 | 6.73 | 2.71 | - |
| YUV | 71.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 51 | 39 | 0 | 0.59 | 0.68 | 0.52 | 8.57 | 0.52 | 0.32 |
| Hex | 7B | 33 | 27 | 0 | 3B | 44 | 34 | 9 | 34 | 20 |
| Octal | 173 | 63 | 47 | 0 | 73 | 104 | 64 | 11 | 64 | 40 |
| Binary | 1111011 | 110011 | 100111 | 0 | 111011 | 1000100 | 110100 | 1001 | 110100 | 100000 |
Color Harmonies of #7B3327
Complementary color
Monochromatic Colors of #7B3327
Black with #7B3327
Text Example
Text Example
White with #7B3327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3327; }
p { color: rgb(123,51,39); }
H1.HeaderClassName
{
color: #7B3327;
}
.AnyTagClassName
{
color: #7B3327;
}
</style>
background-color css
<style>
a { background-color: #7B3327; }
a { background-color: rgb(123,51,39); }
div.DivClassName
{
background-color: #7B3327;
}
.BgClassName
{
background-color: #7B3327;
}
</style>
border-color css
<style>
span { border-color: #7B3327; }
span { border-color: rgb(123,51,39); }
td.TdClassName
{
border-color: #7B3327;
}
.TagClassName
{
border-color: #7B3327;
}
</style>