Shades of Paprika #772C3F
Tints of Paprika #772C3F
RGB
CMYK
RGB Variations
Color information
#772C3F (or 0x772C3F) is known color: Paprika. HEX triplet: 77, 2C and 3F. RGB value is (119,44,63). Sum of RGB (Red+Green+Blue) = 119+44+63=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #772C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C3F is #88D3C0. Grayscale: #444444. Windows color (decimal): -8967105 or 4140151. OLE color: 4140151.
HSL color Cylindrical-coordinate representation of color #772C3F: hue angle of 344.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 #772C3F is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 63 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.53 |
| HSL | 344.8º | 0.46% | 0.32% | - |
| HSV(B) | 344.8º | 0.63% | 0.47% | - |
| XYZ | 9.41 | 6.08 | 5.38 | - |
| YUV | 68.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 63 | 0 | 0.63 | 0.47 | 0.53 | 344.8 | 0.46 | 0.32 |
| Hex | 77 | 2C | 3F | 0 | 3F | 2F | 35 | 159 | 2E | 20 |
| Octal | 167 | 54 | 77 | 0 | 77 | 57 | 65 | 531 | 56 | 40 |
| Binary | 1110111 | 101100 | 111111 | 0 | 111111 | 101111 | 110101 | 101011001 | 101110 | 100000 |
Color Harmonies of #772C3F
Complementary color
Monochromatic Colors of #772C3F
Black with #772C3F
Text Example
Text Example
White with #772C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C3F; }
p { color: rgb(119,44,63); }
H1.HeaderClassName
{
color: #772C3F;
}
.AnyTagClassName
{
color: #772C3F;
}
</style>
background-color css
<style>
a { background-color: #772C3F; }
a { background-color: rgb(119,44,63); }
div.DivClassName
{
background-color: #772C3F;
}
.BgClassName
{
background-color: #772C3F;
}
</style>
border-color css
<style>
span { border-color: #772C3F; }
span { border-color: rgb(119,44,63); }
td.TdClassName
{
border-color: #772C3F;
}
.TagClassName
{
border-color: #772C3F;
}
</style>