Shades of Lusty #77261F
Tints of Lusty #77261F
RGB
CMYK
RGB Variations
Color information
#77261F (or 0x77261F) is known color: Lusty. HEX triplet: 77, 26 and 1F. RGB value is (119,38,31). Sum of RGB (Red+Green+Blue) = 119+38+31=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #77261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77261F is #88D9E0. Grayscale: #3D3D3D. Windows color (decimal): -8968673 or 2041463. OLE color: 2041463.
HSL color Cylindrical-coordinate representation of color #77261F: hue angle of 4.77º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77261F is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 38 | 31 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.53 |
| HSL | 4.77º | 0.59% | 0.29% | - |
| HSV(B) | 4.77º | 0.74% | 0.47% | - |
| XYZ | 8.55 | 5.41 | 1.89 | - |
| YUV | 61.42 | 110.84 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 31 | 0 | 0.68 | 0.74 | 0.53 | 4.77 | 0.59 | 0.29 |
| Hex | 77 | 26 | 1F | 0 | 44 | 4A | 35 | 5 | 3B | 1D |
| Octal | 167 | 46 | 37 | 0 | 104 | 112 | 65 | 5 | 73 | 35 |
| Binary | 1110111 | 100110 | 11111 | 0 | 1000100 | 1001010 | 110101 | 101 | 111011 | 11101 |
Color Harmonies of #77261F
Complementary color
Monochromatic Colors of #77261F
Black with #77261F
Text Example
Text Example
White with #77261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77261F; }
p { color: rgb(119,38,31); }
H1.HeaderClassName
{
color: #77261F;
}
.AnyTagClassName
{
color: #77261F;
}
</style>
background-color css
<style>
a { background-color: #77261F; }
a { background-color: rgb(119,38,31); }
div.DivClassName
{
background-color: #77261F;
}
.BgClassName
{
background-color: #77261F;
}
</style>
border-color css
<style>
span { border-color: #77261F; }
span { border-color: rgb(119,38,31); }
td.TdClassName
{
border-color: #77261F;
}
.TagClassName
{
border-color: #77261F;
}
</style>