Shades of Paprika #772C34
Tints of Paprika #772C34
RGB
CMYK
RGB Variations
Color information
#772C34 (or 0x772C34) is known color: Paprika. HEX triplet: 77, 2C and 34. RGB value is (119,44,52). Sum of RGB (Red+Green+Blue) = 119+44+52=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #772C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C34 is #88D3CB. Grayscale: #434343. Windows color (decimal): -8967116 or 3419255. OLE color: 3419255.
HSL color Cylindrical-coordinate representation of color #772C34: hue angle of 353.6º 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 #772C34 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 52 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.53 |
| HSL | 353.6º | 0.46% | 0.32% | - |
| HSV(B) | 353.6º | 0.63% | 0.47% | - |
| XYZ | 9.13 | 5.97 | 3.92 | - |
| YUV | 67.34 | 119.35 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 52 | 0 | 0.63 | 0.56 | 0.53 | 353.6 | 0.46 | 0.32 |
| Hex | 77 | 2C | 34 | 0 | 3F | 38 | 35 | 162 | 2E | 20 |
| Octal | 167 | 54 | 64 | 0 | 77 | 70 | 65 | 542 | 56 | 40 |
| Binary | 1110111 | 101100 | 110100 | 0 | 111111 | 111000 | 110101 | 101100010 | 101110 | 100000 |
Color Harmonies of #772C34
Complementary color
Monochromatic Colors of #772C34
Black with #772C34
Text Example
Text Example
White with #772C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C34; }
p { color: rgb(119,44,52); }
H1.HeaderClassName
{
color: #772C34;
}
.AnyTagClassName
{
color: #772C34;
}
</style>
background-color css
<style>
a { background-color: #772C34; }
a { background-color: rgb(119,44,52); }
div.DivClassName
{
background-color: #772C34;
}
.BgClassName
{
background-color: #772C34;
}
</style>
border-color css
<style>
span { border-color: #772C34; }
span { border-color: rgb(119,44,52); }
td.TdClassName
{
border-color: #772C34;
}
.TagClassName
{
border-color: #772C34;
}
</style>