Shades of Lusty #772F2D
Tints of Lusty #772F2D
RGB
CMYK
RGB Variations
Color information
#772F2D (or 0x772F2D) is known color: Lusty. HEX triplet: 77, 2F and 2D. RGB value is (119,47,45). Sum of RGB (Red+Green+Blue) = 119+47+45=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #772F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F2D is #88D0D2. Grayscale: #444444. Windows color (decimal): -8966355 or 2961271. OLE color: 2961271.
HSL color Cylindrical-coordinate representation of color #772F2D: hue angle of 1.62º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #772F2D is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 47 | 45 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.53 |
| HSL | 1.62º | 0.45% | 0.32% | - |
| HSV(B) | 1.62º | 0.62% | 0.47% | - |
| XYZ | 9.1 | 6.14 | 3.19 | - |
| YUV | 68.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 45 | 0 | 0.61 | 0.62 | 0.53 | 1.62 | 0.45 | 0.32 |
| Hex | 77 | 2F | 2D | 0 | 3D | 3E | 35 | 2 | 2D | 20 |
| Octal | 167 | 57 | 55 | 0 | 75 | 76 | 65 | 2 | 55 | 40 |
| Binary | 1110111 | 101111 | 101101 | 0 | 111101 | 111110 | 110101 | 10 | 101101 | 100000 |
Color Harmonies of #772F2D
Complementary color
Monochromatic Colors of #772F2D
Black with #772F2D
Text Example
Text Example
White with #772F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772F2D; }
p { color: rgb(119,47,45); }
H1.HeaderClassName
{
color: #772F2D;
}
.AnyTagClassName
{
color: #772F2D;
}
</style>
background-color css
<style>
a { background-color: #772F2D; }
a { background-color: rgb(119,47,45); }
div.DivClassName
{
background-color: #772F2D;
}
.BgClassName
{
background-color: #772F2D;
}
</style>
border-color css
<style>
span { border-color: #772F2D; }
span { border-color: rgb(119,47,45); }
td.TdClassName
{
border-color: #772F2D;
}
.TagClassName
{
border-color: #772F2D;
}
</style>