Shades of Lusty #772A26
Tints of Lusty #772A26
RGB
CMYK
RGB Variations
Color information
#772A26 (or 0x772A26) is known color: Lusty. HEX triplet: 77, 2A and 26. RGB value is (119,42,38). Sum of RGB (Red+Green+Blue) = 119+42+38=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #772A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A26 is #88D5D9. Grayscale: #404040. Windows color (decimal): -8967642 or 2501239. OLE color: 2501239.
HSL color Cylindrical-coordinate representation of color #772A26: hue angle of 2.96º 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 #772A26 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 42 | 38 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.53 |
| HSL | 2.96º | 0.52% | 0.31% | - |
| HSV(B) | 2.96º | 0.68% | 0.47% | - |
| XYZ | 8.79 | 5.72 | 2.47 | - |
| YUV | 64.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 38 | 0 | 0.65 | 0.68 | 0.53 | 2.96 | 0.52 | 0.31 |
| Hex | 77 | 2A | 26 | 0 | 41 | 44 | 35 | 3 | 34 | 1F |
| Octal | 167 | 52 | 46 | 0 | 101 | 104 | 65 | 3 | 64 | 37 |
| Binary | 1110111 | 101010 | 100110 | 0 | 1000001 | 1000100 | 110101 | 11 | 110100 | 11111 |
Color Harmonies of #772A26
Complementary color
Monochromatic Colors of #772A26
Black with #772A26
Text Example
Text Example
White with #772A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772A26; }
p { color: rgb(119,42,38); }
H1.HeaderClassName
{
color: #772A26;
}
.AnyTagClassName
{
color: #772A26;
}
</style>
background-color css
<style>
a { background-color: #772A26; }
a { background-color: rgb(119,42,38); }
div.DivClassName
{
background-color: #772A26;
}
.BgClassName
{
background-color: #772A26;
}
</style>
border-color css
<style>
span { border-color: #772A26; }
span { border-color: rgb(119,42,38); }
td.TdClassName
{
border-color: #772A26;
}
.TagClassName
{
border-color: #772A26;
}
</style>