Shades of Paprika #772D37
Tints of Paprika #772D37
RGB
CMYK
RGB Variations
Color information
#772D37 (or 0x772D37) is known color: Paprika. HEX triplet: 77, 2D and 37. RGB value is (119,45,55). Sum of RGB (Red+Green+Blue) = 119+45+55=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #772D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D37 is #88D2C8. Grayscale: #444444. Windows color (decimal): -8966857 or 3616119. OLE color: 3616119.
HSL color Cylindrical-coordinate representation of color #772D37: hue angle of 351.89º 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 #772D37 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 45 | 55 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.53 |
| HSL | 351.89º | 0.45% | 0.32% | - |
| HSV(B) | 351.89º | 0.62% | 0.47% | - |
| XYZ | 9.24 | 6.07 | 4.3 | - |
| YUV | 68.27 | 120.52 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 55 | 0 | 0.62 | 0.54 | 0.53 | 351.89 | 0.45 | 0.32 |
| Hex | 77 | 2D | 37 | 0 | 3E | 36 | 35 | 160 | 2D | 20 |
| Octal | 167 | 55 | 67 | 0 | 76 | 66 | 65 | 540 | 55 | 40 |
| Binary | 1110111 | 101101 | 110111 | 0 | 111110 | 110110 | 110101 | 101100000 | 101101 | 100000 |
Color Harmonies of #772D37
Complementary color
Monochromatic Colors of #772D37
Black with #772D37
Text Example
Text Example
White with #772D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772D37; }
p { color: rgb(119,45,55); }
H1.HeaderClassName
{
color: #772D37;
}
.AnyTagClassName
{
color: #772D37;
}
</style>
background-color css
<style>
a { background-color: #772D37; }
a { background-color: rgb(119,45,55); }
div.DivClassName
{
background-color: #772D37;
}
.BgClassName
{
background-color: #772D37;
}
</style>
border-color css
<style>
span { border-color: #772D37; }
span { border-color: rgb(119,45,55); }
td.TdClassName
{
border-color: #772D37;
}
.TagClassName
{
border-color: #772D37;
}
</style>