Shades of Paprika #772C3A
Tints of Paprika #772C3A
RGB
CMYK
RGB Variations
Color information
#772C3A (or 0x772C3A) is known color: Paprika. HEX triplet: 77, 2C and 3A. RGB value is (119,44,58). Sum of RGB (Red+Green+Blue) = 119+44+58=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #772C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C3A is #88D3C5. Grayscale: #444444. Windows color (decimal): -8967110 or 3812471. OLE color: 3812471.
HSL color Cylindrical-coordinate representation of color #772C3A: hue angle of 348.8º 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 #772C3A is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 58 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.53 |
| HSL | 348.8º | 0.46% | 0.32% | - |
| HSV(B) | 348.8º | 0.63% | 0.47% | - |
| XYZ | 9.27 | 6.03 | 4.68 | - |
| YUV | 68.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 58 | 0 | 0.63 | 0.51 | 0.53 | 348.8 | 0.46 | 0.32 |
| Hex | 77 | 2C | 3A | 0 | 3F | 33 | 35 | 15D | 2E | 20 |
| Octal | 167 | 54 | 72 | 0 | 77 | 63 | 65 | 535 | 56 | 40 |
| Binary | 1110111 | 101100 | 111010 | 0 | 111111 | 110011 | 110101 | 101011101 | 101110 | 100000 |
Color Harmonies of #772C3A
Complementary color
Monochromatic Colors of #772C3A
Black with #772C3A
Text Example
Text Example
White with #772C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C3A; }
p { color: rgb(119,44,58); }
H1.HeaderClassName
{
color: #772C3A;
}
.AnyTagClassName
{
color: #772C3A;
}
</style>
background-color css
<style>
a { background-color: #772C3A; }
a { background-color: rgb(119,44,58); }
div.DivClassName
{
background-color: #772C3A;
}
.BgClassName
{
background-color: #772C3A;
}
</style>
border-color css
<style>
span { border-color: #772C3A; }
span { border-color: rgb(119,44,58); }
td.TdClassName
{
border-color: #772C3A;
}
.TagClassName
{
border-color: #772C3A;
}
</style>