Shades of Lusty #772C23
Tints of Lusty #772C23
RGB
CMYK
RGB Variations
Color information
#772C23 (or 0x772C23) is known color: Lusty. HEX triplet: 77, 2C and 23. RGB value is (119,44,35). Sum of RGB (Red+Green+Blue) = 119+44+35=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #772C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C23 is #88D3DC. Grayscale: #414141. Windows color (decimal): -8967133 or 2305143. OLE color: 2305143.
HSL color Cylindrical-coordinate representation of color #772C23: hue angle of 6.43º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #772C23 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 35 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.53 |
| HSL | 6.43º | 0.55% | 0.3% | - |
| HSV(B) | 6.43º | 0.71% | 0.47% | - |
| XYZ | 8.81 | 5.84 | 2.25 | - |
| YUV | 65.4 | 110.85 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 35 | 0 | 0.63 | 0.71 | 0.53 | 6.43 | 0.55 | 0.3 |
| Hex | 77 | 2C | 23 | 0 | 3F | 47 | 35 | 6 | 37 | 1E |
| Octal | 167 | 54 | 43 | 0 | 77 | 107 | 65 | 6 | 67 | 36 |
| Binary | 1110111 | 101100 | 100011 | 0 | 111111 | 1000111 | 110101 | 110 | 110111 | 11110 |
Color Harmonies of #772C23
Complementary color
Monochromatic Colors of #772C23
Black with #772C23
Text Example
Text Example
White with #772C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C23; }
p { color: rgb(119,44,35); }
H1.HeaderClassName
{
color: #772C23;
}
.AnyTagClassName
{
color: #772C23;
}
</style>
background-color css
<style>
a { background-color: #772C23; }
a { background-color: rgb(119,44,35); }
div.DivClassName
{
background-color: #772C23;
}
.BgClassName
{
background-color: #772C23;
}
</style>
border-color css
<style>
span { border-color: #772C23; }
span { border-color: rgb(119,44,35); }
td.TdClassName
{
border-color: #772C23;
}
.TagClassName
{
border-color: #772C23;
}
</style>