Shades of Paprika #772C3B
Tints of Paprika #772C3B
RGB
CMYK
RGB Variations
Color information
#772C3B (or 0x772C3B) is known color: Paprika. HEX triplet: 77, 2C and 3B. RGB value is (119,44,59). Sum of RGB (Red+Green+Blue) = 119+44+59=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #772C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C3B is #88D3C4. Grayscale: #444444. Windows color (decimal): -8967109 or 3878007. OLE color: 3878007.
HSL color Cylindrical-coordinate representation of color #772C3B: hue angle of 348º 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 #772C3B is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 59 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.53 |
| HSL | 348º | 0.46% | 0.32% | - |
| HSV(B) | 348º | 0.63% | 0.47% | - |
| XYZ | 9.3 | 6.04 | 4.81 | - |
| YUV | 68.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 59 | 0 | 0.63 | 0.50 | 0.53 | 348 | 0.46 | 0.32 |
| Hex | 77 | 2C | 3B | 0 | 3F | 32 | 35 | 15C | 2E | 20 |
| Octal | 167 | 54 | 73 | 0 | 77 | 62 | 65 | 534 | 56 | 40 |
| Binary | 1110111 | 101100 | 111011 | 0 | 111111 | 110010 | 110101 | 101011100 | 101110 | 100000 |
Color Harmonies of #772C3B
Complementary color
Monochromatic Colors of #772C3B
Black with #772C3B
Text Example
Text Example
White with #772C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C3B; }
p { color: rgb(119,44,59); }
H1.HeaderClassName
{
color: #772C3B;
}
.AnyTagClassName
{
color: #772C3B;
}
</style>
background-color css
<style>
a { background-color: #772C3B; }
a { background-color: rgb(119,44,59); }
div.DivClassName
{
background-color: #772C3B;
}
.BgClassName
{
background-color: #772C3B;
}
</style>
border-color css
<style>
span { border-color: #772C3B; }
span { border-color: rgb(119,44,59); }
td.TdClassName
{
border-color: #772C3B;
}
.TagClassName
{
border-color: #772C3B;
}
</style>