Shades of Paprika #772E3E
Tints of Paprika #772E3E
RGB
CMYK
RGB Variations
Color information
#772E3E (or 0x772E3E) is known color: Paprika. HEX triplet: 77, 2E and 3E. RGB value is (119,46,62). Sum of RGB (Red+Green+Blue) = 119+46+62=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #772E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E3E is #88D1C1. Grayscale: #454545. Windows color (decimal): -8966594 or 4075127. OLE color: 4075127.
HSL color Cylindrical-coordinate representation of color #772E3E: hue angle of 346.85º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #772E3E is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 46 | 62 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.53 |
| HSL | 346.85º | 0.44% | 0.32% | - |
| HSV(B) | 346.85º | 0.61% | 0.47% | - |
| XYZ | 9.45 | 6.22 | 5.26 | - |
| YUV | 69.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 46 | 62 | 0 | 0.61 | 0.48 | 0.53 | 346.85 | 0.44 | 0.32 |
| Hex | 77 | 2E | 3E | 0 | 3D | 30 | 35 | 15B | 2C | 20 |
| Octal | 167 | 56 | 76 | 0 | 75 | 60 | 65 | 533 | 54 | 40 |
| Binary | 1110111 | 101110 | 111110 | 0 | 111101 | 110000 | 110101 | 101011011 | 101100 | 100000 |
Color Harmonies of #772E3E
Complementary color
Monochromatic Colors of #772E3E
Black with #772E3E
Text Example
Text Example
White with #772E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772E3E; }
p { color: rgb(119,46,62); }
H1.HeaderClassName
{
color: #772E3E;
}
.AnyTagClassName
{
color: #772E3E;
}
</style>
background-color css
<style>
a { background-color: #772E3E; }
a { background-color: rgb(119,46,62); }
div.DivClassName
{
background-color: #772E3E;
}
.BgClassName
{
background-color: #772E3E;
}
</style>
border-color css
<style>
span { border-color: #772E3E; }
span { border-color: rgb(119,46,62); }
td.TdClassName
{
border-color: #772E3E;
}
.TagClassName
{
border-color: #772E3E;
}
</style>