Shades of Paprika #772E37
Tints of Paprika #772E37
RGB
CMYK
RGB Variations
Color information
#772E37 (or 0x772E37) is known color: Paprika. HEX triplet: 77, 2E and 37. RGB value is (119,46,55). Sum of RGB (Red+Green+Blue) = 119+46+55=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #772E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E37 is #88D1C8. Grayscale: #444444. Windows color (decimal): -8966601 or 3616375. OLE color: 3616375.
HSL color Cylindrical-coordinate representation of color #772E37: hue angle of 352.6º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #772E37 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 46 | 55 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.53 |
| HSL | 352.6º | 0.44% | 0.32% | - |
| HSV(B) | 352.6º | 0.61% | 0.47% | - |
| XYZ | 9.27 | 6.15 | 4.31 | - |
| YUV | 68.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 46 | 55 | 0 | 0.61 | 0.54 | 0.53 | 352.6 | 0.44 | 0.32 |
| Hex | 77 | 2E | 37 | 0 | 3D | 36 | 35 | 161 | 2C | 20 |
| Octal | 167 | 56 | 67 | 0 | 75 | 66 | 65 | 541 | 54 | 40 |
| Binary | 1110111 | 101110 | 110111 | 0 | 111101 | 110110 | 110101 | 101100001 | 101100 | 100000 |
Color Harmonies of #772E37
Complementary color
Monochromatic Colors of #772E37
Black with #772E37
Text Example
Text Example
White with #772E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772E37; }
p { color: rgb(119,46,55); }
H1.HeaderClassName
{
color: #772E37;
}
.AnyTagClassName
{
color: #772E37;
}
</style>
background-color css
<style>
a { background-color: #772E37; }
a { background-color: rgb(119,46,55); }
div.DivClassName
{
background-color: #772E37;
}
.BgClassName
{
background-color: #772E37;
}
</style>
border-color css
<style>
span { border-color: #772E37; }
span { border-color: rgb(119,46,55); }
td.TdClassName
{
border-color: #772E37;
}
.TagClassName
{
border-color: #772E37;
}
</style>