Shades of Paprika #772B3A
Tints of Paprika #772B3A
RGB
CMYK
RGB Variations
Color information
#772B3A (or 0x772B3A) is known color: Paprika. HEX triplet: 77, 2B and 3A. RGB value is (119,43,58). Sum of RGB (Red+Green+Blue) = 119+43+58=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #772B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B3A is #88D4C5. Grayscale: #434343. Windows color (decimal): -8967366 or 3812215. OLE color: 3812215.
HSL color Cylindrical-coordinate representation of color #772B3A: hue angle of 348.16º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #772B3A is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 43 | 58 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.53 |
| HSL | 348.16º | 0.47% | 0.32% | - |
| HSV(B) | 348.16º | 0.64% | 0.47% | - |
| XYZ | 9.24 | 5.96 | 4.67 | - |
| YUV | 67.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 58 | 0 | 0.64 | 0.51 | 0.53 | 348.16 | 0.47 | 0.32 |
| Hex | 77 | 2B | 3A | 0 | 40 | 33 | 35 | 15C | 2F | 20 |
| Octal | 167 | 53 | 72 | 0 | 100 | 63 | 65 | 534 | 57 | 40 |
| Binary | 1110111 | 101011 | 111010 | 0 | 1000000 | 110011 | 110101 | 101011100 | 101111 | 100000 |
Color Harmonies of #772B3A
Complementary color
Monochromatic Colors of #772B3A
Black with #772B3A
Text Example
Text Example
White with #772B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772B3A; }
p { color: rgb(119,43,58); }
H1.HeaderClassName
{
color: #772B3A;
}
.AnyTagClassName
{
color: #772B3A;
}
</style>
background-color css
<style>
a { background-color: #772B3A; }
a { background-color: rgb(119,43,58); }
div.DivClassName
{
background-color: #772B3A;
}
.BgClassName
{
background-color: #772B3A;
}
</style>
border-color css
<style>
span { border-color: #772B3A; }
span { border-color: rgb(119,43,58); }
td.TdClassName
{
border-color: #772B3A;
}
.TagClassName
{
border-color: #772B3A;
}
</style>