Shades of Lusty #772B26
Tints of Lusty #772B26
RGB
CMYK
RGB Variations
Color information
#772B26 (or 0x772B26) is known color: Lusty. HEX triplet: 77, 2B and 26. RGB value is (119,43,38). Sum of RGB (Red+Green+Blue) = 119+43+38=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #772B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B26 is #88D4D9. Grayscale: #414141. Windows color (decimal): -8967386 or 2501495. OLE color: 2501495.
HSL color Cylindrical-coordinate representation of color #772B26: hue angle of 3.7º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #772B26 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 43 | 38 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.53 |
| HSL | 3.7º | 0.52% | 0.31% | - |
| HSV(B) | 3.7º | 0.68% | 0.47% | - |
| XYZ | 8.82 | 5.79 | 2.49 | - |
| YUV | 65.15 | 112.68 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 38 | 0 | 0.64 | 0.68 | 0.53 | 3.7 | 0.52 | 0.31 |
| Hex | 77 | 2B | 26 | 0 | 40 | 44 | 35 | 4 | 34 | 1F |
| Octal | 167 | 53 | 46 | 0 | 100 | 104 | 65 | 4 | 64 | 37 |
| Binary | 1110111 | 101011 | 100110 | 0 | 1000000 | 1000100 | 110101 | 100 | 110100 | 11111 |
Color Harmonies of #772B26
Complementary color
Monochromatic Colors of #772B26
Black with #772B26
Text Example
Text Example
White with #772B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772B26; }
p { color: rgb(119,43,38); }
H1.HeaderClassName
{
color: #772B26;
}
.AnyTagClassName
{
color: #772B26;
}
</style>
background-color css
<style>
a { background-color: #772B26; }
a { background-color: rgb(119,43,38); }
div.DivClassName
{
background-color: #772B26;
}
.BgClassName
{
background-color: #772B26;
}
</style>
border-color css
<style>
span { border-color: #772B26; }
span { border-color: rgb(119,43,38); }
td.TdClassName
{
border-color: #772B26;
}
.TagClassName
{
border-color: #772B26;
}
</style>