Shades of Lusty #772B23
Tints of Lusty #772B23
RGB
CMYK
RGB Variations
Color information
#772B23 (or 0x772B23) is known color: Lusty. HEX triplet: 77, 2B and 23. RGB value is (119,43,35). Sum of RGB (Red+Green+Blue) = 119+43+35=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #772B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B23 is #88D4DC. Grayscale: #404040. Windows color (decimal): -8967389 or 2304887. OLE color: 2304887.
HSL color Cylindrical-coordinate representation of color #772B23: hue angle of 5.71º 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 #772B23 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 43 | 35 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.53 |
| HSL | 5.71º | 0.55% | 0.3% | - |
| HSV(B) | 5.71º | 0.71% | 0.47% | - |
| XYZ | 8.77 | 5.77 | 2.24 | - |
| YUV | 64.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 35 | 0 | 0.64 | 0.71 | 0.53 | 5.71 | 0.55 | 0.3 |
| Hex | 77 | 2B | 23 | 0 | 40 | 47 | 35 | 6 | 37 | 1E |
| Octal | 167 | 53 | 43 | 0 | 100 | 107 | 65 | 6 | 67 | 36 |
| Binary | 1110111 | 101011 | 100011 | 0 | 1000000 | 1000111 | 110101 | 110 | 110111 | 11110 |
Color Harmonies of #772B23
Complementary color
Monochromatic Colors of #772B23
Black with #772B23
Text Example
Text Example
White with #772B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772B23; }
p { color: rgb(119,43,35); }
H1.HeaderClassName
{
color: #772B23;
}
.AnyTagClassName
{
color: #772B23;
}
</style>
background-color css
<style>
a { background-color: #772B23; }
a { background-color: rgb(119,43,35); }
div.DivClassName
{
background-color: #772B23;
}
.BgClassName
{
background-color: #772B23;
}
</style>
border-color css
<style>
span { border-color: #772B23; }
span { border-color: rgb(119,43,35); }
td.TdClassName
{
border-color: #772B23;
}
.TagClassName
{
border-color: #772B23;
}
</style>