Shades of Lusty #77271D
Tints of Lusty #77271D
RGB
CMYK
RGB Variations
Color information
#77271D (or 0x77271D) is known color: Lusty. HEX triplet: 77, 27 and 1D. RGB value is (119,39,29). Sum of RGB (Red+Green+Blue) = 119+39+29=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #77271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77271D is #88D8E2. Grayscale: #3D3D3D. Windows color (decimal): -8968419 or 1910647. OLE color: 1910647.
HSL color Cylindrical-coordinate representation of color #77271D: hue angle of 6.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77271D is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 39 | 29 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.53 |
| HSL | 6.67º | 0.61% | 0.29% | - |
| HSV(B) | 6.67º | 0.76% | 0.47% | - |
| XYZ | 8.56 | 5.46 | 1.77 | - |
| YUV | 61.78 | 109.5 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 39 | 29 | 0 | 0.67 | 0.76 | 0.53 | 6.67 | 0.61 | 0.29 |
| Hex | 77 | 27 | 1D | 0 | 43 | 4C | 35 | 7 | 3D | 1D |
| Octal | 167 | 47 | 35 | 0 | 103 | 114 | 65 | 7 | 75 | 35 |
| Binary | 1110111 | 100111 | 11101 | 0 | 1000011 | 1001100 | 110101 | 111 | 111101 | 11101 |
Color Harmonies of #77271D
Complementary color
Monochromatic Colors of #77271D
Black with #77271D
Text Example
Text Example
White with #77271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77271D; }
p { color: rgb(119,39,29); }
H1.HeaderClassName
{
color: #77271D;
}
.AnyTagClassName
{
color: #77271D;
}
</style>
background-color css
<style>
a { background-color: #77271D; }
a { background-color: rgb(119,39,29); }
div.DivClassName
{
background-color: #77271D;
}
.BgClassName
{
background-color: #77271D;
}
</style>
border-color css
<style>
span { border-color: #77271D; }
span { border-color: rgb(119,39,29); }
td.TdClassName
{
border-color: #77271D;
}
.TagClassName
{
border-color: #77271D;
}
</style>