Shades of Lusty #77342C
Tints of Lusty #77342C
RGB
CMYK
RGB Variations
Color information
#77342C (or 0x77342C) is known color: Lusty. HEX triplet: 77, 34 and 2C. RGB value is (119,52,44). Sum of RGB (Red+Green+Blue) = 119+52+44=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #77342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77342C is #88CBD3. Grayscale: #474747. Windows color (decimal): -8965076 or 2897015. OLE color: 2897015.
HSL color Cylindrical-coordinate representation of color #77342C: hue angle of 6.4º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77342C is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 52 | 44 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.53 |
| HSL | 6.4º | 0.46% | 0.32% | - |
| HSV(B) | 6.4º | 0.63% | 0.47% | - |
| XYZ | 9.29 | 6.56 | 3.16 | - |
| YUV | 71.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 52 | 44 | 0 | 0.56 | 0.63 | 0.53 | 6.4 | 0.46 | 0.32 |
| Hex | 77 | 34 | 2C | 0 | 38 | 3F | 35 | 6 | 2E | 20 |
| Octal | 167 | 64 | 54 | 0 | 70 | 77 | 65 | 6 | 56 | 40 |
| Binary | 1110111 | 110100 | 101100 | 0 | 111000 | 111111 | 110101 | 110 | 101110 | 100000 |
Color Harmonies of #77342C
Complementary color
Monochromatic Colors of #77342C
Black with #77342C
Text Example
Text Example
White with #77342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77342C; }
p { color: rgb(119,52,44); }
H1.HeaderClassName
{
color: #77342C;
}
.AnyTagClassName
{
color: #77342C;
}
</style>
background-color css
<style>
a { background-color: #77342C; }
a { background-color: rgb(119,52,44); }
div.DivClassName
{
background-color: #77342C;
}
.BgClassName
{
background-color: #77342C;
}
</style>
border-color css
<style>
span { border-color: #77342C; }
span { border-color: rgb(119,52,44); }
td.TdClassName
{
border-color: #77342C;
}
.TagClassName
{
border-color: #77342C;
}
</style>