Shades of Lusty #77261D
Tints of Lusty #77261D
RGB
CMYK
RGB Variations
Color information
#77261D (or 0x77261D) is known color: Lusty. HEX triplet: 77, 26 and 1D. RGB value is (119,38,29). Sum of RGB (Red+Green+Blue) = 119+38+29=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #77261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77261D is #88D9E2. Grayscale: #3D3D3D. Windows color (decimal): -8968675 or 1910391. OLE color: 1910391.
HSL color Cylindrical-coordinate representation of color #77261D: hue angle of 6º 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 #77261D is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 38 | 29 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.53 |
| HSL | 6º | 0.61% | 0.29% | - |
| HSV(B) | 6º | 0.76% | 0.47% | - |
| XYZ | 8.52 | 5.4 | 1.75 | - |
| YUV | 61.19 | 109.84 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 29 | 0 | 0.68 | 0.76 | 0.53 | 6 | 0.61 | 0.29 |
| Hex | 77 | 26 | 1D | 0 | 44 | 4C | 35 | 6 | 3D | 1D |
| Octal | 167 | 46 | 35 | 0 | 104 | 114 | 65 | 6 | 75 | 35 |
| Binary | 1110111 | 100110 | 11101 | 0 | 1000100 | 1001100 | 110101 | 110 | 111101 | 11101 |
Color Harmonies of #77261D
Complementary color
Monochromatic Colors of #77261D
Black with #77261D
Text Example
Text Example
White with #77261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77261D; }
p { color: rgb(119,38,29); }
H1.HeaderClassName
{
color: #77261D;
}
.AnyTagClassName
{
color: #77261D;
}
</style>
background-color css
<style>
a { background-color: #77261D; }
a { background-color: rgb(119,38,29); }
div.DivClassName
{
background-color: #77261D;
}
.BgClassName
{
background-color: #77261D;
}
</style>
border-color css
<style>
span { border-color: #77261D; }
span { border-color: rgb(119,38,29); }
td.TdClassName
{
border-color: #77261D;
}
.TagClassName
{
border-color: #77261D;
}
</style>