Shades of Lusty #7B3127
Tints of Lusty #7B3127
RGB
CMYK
RGB Variations
Color information
#7B3127 (or 0x7B3127) is known color: Lusty. HEX triplet: 7B, 31 and 27. RGB value is (123,49,39). Sum of RGB (Red+Green+Blue) = 123+49+39=211 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.29% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3127 is #84CED8. Grayscale: #464646. Windows color (decimal): -8703705 or 2568571. OLE color: 2568571.
HSL color Cylindrical-coordinate representation of color #7B3127: hue angle of 7.14º 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 #7B3127 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 49 | 39 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.52 |
| HSL | 7.14º | 0.52% | 0.32% | - |
| HSV(B) | 7.14º | 0.68% | 0.48% | - |
| XYZ | 9.63 | 6.55 | 2.68 | - |
| YUV | 69.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 49 | 39 | 0 | 0.60 | 0.68 | 0.52 | 7.14 | 0.52 | 0.32 |
| Hex | 7B | 31 | 27 | 0 | 3C | 44 | 34 | 7 | 34 | 20 |
| Octal | 173 | 61 | 47 | 0 | 74 | 104 | 64 | 7 | 64 | 40 |
| Binary | 1111011 | 110001 | 100111 | 0 | 111100 | 1000100 | 110100 | 111 | 110100 | 100000 |
Color Harmonies of #7B3127
Complementary color
Monochromatic Colors of #7B3127
Black with #7B3127
Text Example
Text Example
White with #7B3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3127; }
p { color: rgb(123,49,39); }
H1.HeaderClassName
{
color: #7B3127;
}
.AnyTagClassName
{
color: #7B3127;
}
</style>
background-color css
<style>
a { background-color: #7B3127; }
a { background-color: rgb(123,49,39); }
div.DivClassName
{
background-color: #7B3127;
}
.BgClassName
{
background-color: #7B3127;
}
</style>
border-color css
<style>
span { border-color: #7B3127; }
span { border-color: rgb(123,49,39); }
td.TdClassName
{
border-color: #7B3127;
}
.TagClassName
{
border-color: #7B3127;
}
</style>