Shades of Lusty #772B2B
Tints of Lusty #772B2B
RGB
CMYK
RGB Variations
Color information
#772B2B (or 0x772B2B) is known color: Lusty. HEX triplet: 77, 2B and 2B. RGB value is (119,43,43). Sum of RGB (Red+Green+Blue) = 119+43+43=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #772B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B2B is #88D4D4. Grayscale: #414141. Windows color (decimal): -8967381 or 2829175. OLE color: 2829175.
HSL color Cylindrical-coordinate representation of color #772B2B: hue angle of 0º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #772B2B is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 43 | 43 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.53 |
| HSL | 0º | 0.47% | 0.32% | - |
| HSV(B) | 0º | 0.64% | 0.47% | - |
| XYZ | 8.91 | 5.82 | 2.94 | - |
| YUV | 65.72 | 115.18 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 43 | 0 | 0.64 | 0.64 | 0.53 | 0 | 0.47 | 0.32 |
| Hex | 77 | 2B | 2B | 0 | 40 | 40 | 35 | 0 | 2F | 20 |
| Octal | 167 | 53 | 53 | 0 | 100 | 100 | 65 | 0 | 57 | 40 |
| Binary | 1110111 | 101011 | 101011 | 0 | 1000000 | 1000000 | 110101 | 0 | 101111 | 100000 |
Color Harmonies of #772B2B
Complementary color
Monochromatic Colors of #772B2B
Black with #772B2B
Text Example
Text Example
White with #772B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772B2B; }
p { color: rgb(119,43,43); }
H1.HeaderClassName
{
color: #772B2B;
}
.AnyTagClassName
{
color: #772B2B;
}
</style>
background-color css
<style>
a { background-color: #772B2B; }
a { background-color: rgb(119,43,43); }
div.DivClassName
{
background-color: #772B2B;
}
.BgClassName
{
background-color: #772B2B;
}
</style>
border-color css
<style>
span { border-color: #772B2B; }
span { border-color: rgb(119,43,43); }
td.TdClassName
{
border-color: #772B2B;
}
.TagClassName
{
border-color: #772B2B;
}
</style>