Shades of Lusty #7B2F2C
Tints of Lusty #7B2F2C
RGB
CMYK
RGB Variations
Color information
#7B2F2C (or 0x7B2F2C) is known color: Lusty. HEX triplet: 7B, 2F and 2C. RGB value is (123,47,44). Sum of RGB (Red+Green+Blue) = 123+47+44=214 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.48% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2F2C is #84D0D3. Grayscale: #454545. Windows color (decimal): -8704212 or 2895739. OLE color: 2895739.
HSL color Cylindrical-coordinate representation of color #7B2F2C: hue angle of 2.28º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B2F2C is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 47 | 44 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.52 |
| HSL | 2.28º | 0.47% | 0.33% | - |
| HSV(B) | 2.28º | 0.64% | 0.48% | - |
| XYZ | 9.64 | 6.43 | 3.12 | - |
| YUV | 69.38 | 113.68 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 47 | 44 | 0 | 0.62 | 0.64 | 0.52 | 2.28 | 0.47 | 0.33 |
| Hex | 7B | 2F | 2C | 0 | 3E | 40 | 34 | 2 | 2F | 21 |
| Octal | 173 | 57 | 54 | 0 | 76 | 100 | 64 | 2 | 57 | 41 |
| Binary | 1111011 | 101111 | 101100 | 0 | 111110 | 1000000 | 110100 | 10 | 101111 | 100001 |
Color Harmonies of #7B2F2C
Complementary color
Monochromatic Colors of #7B2F2C
Black with #7B2F2C
Text Example
Text Example
White with #7B2F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2F2C; }
p { color: rgb(123,47,44); }
H1.HeaderClassName
{
color: #7B2F2C;
}
.AnyTagClassName
{
color: #7B2F2C;
}
</style>
background-color css
<style>
a { background-color: #7B2F2C; }
a { background-color: rgb(123,47,44); }
div.DivClassName
{
background-color: #7B2F2C;
}
.BgClassName
{
background-color: #7B2F2C;
}
</style>
border-color css
<style>
span { border-color: #7B2F2C; }
span { border-color: rgb(123,47,44); }
td.TdClassName
{
border-color: #7B2F2C;
}
.TagClassName
{
border-color: #7B2F2C;
}
</style>