Shades of Lusty #77281E
Tints of Lusty #77281E
RGB
CMYK
RGB Variations
Color information
#77281E (or 0x77281E) is known color: Lusty. HEX triplet: 77, 28 and 1E. RGB value is (119,40,30). Sum of RGB (Red+Green+Blue) = 119+40+30=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #77281E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77281E is #88D7E1. Grayscale: #3E3E3E. Windows color (decimal): -8968162 or 1976439. OLE color: 1976439.
HSL color Cylindrical-coordinate representation of color #77281E: hue angle of 6.74º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77281E is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 40 | 30 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.53 |
| HSL | 6.74º | 0.6% | 0.29% | - |
| HSV(B) | 6.74º | 0.75% | 0.47% | - |
| XYZ | 8.6 | 5.53 | 1.84 | - |
| YUV | 62.48 | 109.67 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 30 | 0 | 0.66 | 0.75 | 0.53 | 6.74 | 0.6 | 0.29 |
| Hex | 77 | 28 | 1E | 0 | 42 | 4B | 35 | 7 | 3C | 1D |
| Octal | 167 | 50 | 36 | 0 | 102 | 113 | 65 | 7 | 74 | 35 |
| Binary | 1110111 | 101000 | 11110 | 0 | 1000010 | 1001011 | 110101 | 111 | 111100 | 11101 |
Color Harmonies of #77281E
Complementary color
Monochromatic Colors of #77281E
Black with #77281E
Text Example
Text Example
White with #77281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77281E; }
p { color: rgb(119,40,30); }
H1.HeaderClassName
{
color: #77281E;
}
.AnyTagClassName
{
color: #77281E;
}
</style>
background-color css
<style>
a { background-color: #77281E; }
a { background-color: rgb(119,40,30); }
div.DivClassName
{
background-color: #77281E;
}
.BgClassName
{
background-color: #77281E;
}
</style>
border-color css
<style>
span { border-color: #77281E; }
span { border-color: rgb(119,40,30); }
td.TdClassName
{
border-color: #77281E;
}
.TagClassName
{
border-color: #77281E;
}
</style>