Shades of Paprika #772C36
Tints of Paprika #772C36
RGB
CMYK
RGB Variations
Color information
#772C36 (or 0x772C36) is known color: Paprika. HEX triplet: 77, 2C and 36. RGB value is (119,44,54). Sum of RGB (Red+Green+Blue) = 119+44+54=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #772C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C36 is #88D3C9. Grayscale: #434343. Windows color (decimal): -8967114 or 3550327. OLE color: 3550327.
HSL color Cylindrical-coordinate representation of color #772C36: hue angle of 352º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #772C36 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 54 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.53 |
| HSL | 352º | 0.46% | 0.32% | - |
| HSV(B) | 352º | 0.63% | 0.47% | - |
| XYZ | 9.17 | 5.99 | 4.16 | - |
| YUV | 67.57 | 120.35 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 54 | 0 | 0.63 | 0.55 | 0.53 | 352 | 0.46 | 0.32 |
| Hex | 77 | 2C | 36 | 0 | 3F | 37 | 35 | 160 | 2E | 20 |
| Octal | 167 | 54 | 66 | 0 | 77 | 67 | 65 | 540 | 56 | 40 |
| Binary | 1110111 | 101100 | 110110 | 0 | 111111 | 110111 | 110101 | 101100000 | 101110 | 100000 |
Color Harmonies of #772C36
Complementary color
Monochromatic Colors of #772C36
Black with #772C36
Text Example
Text Example
White with #772C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C36; }
p { color: rgb(119,44,54); }
H1.HeaderClassName
{
color: #772C36;
}
.AnyTagClassName
{
color: #772C36;
}
</style>
background-color css
<style>
a { background-color: #772C36; }
a { background-color: rgb(119,44,54); }
div.DivClassName
{
background-color: #772C36;
}
.BgClassName
{
background-color: #772C36;
}
</style>
border-color css
<style>
span { border-color: #772C36; }
span { border-color: rgb(119,44,54); }
td.TdClassName
{
border-color: #772C36;
}
.TagClassName
{
border-color: #772C36;
}
</style>