Shades of Paprika #772A3A
Tints of Paprika #772A3A
RGB
CMYK
RGB Variations
Color information
#772A3A (or 0x772A3A) is known color: Paprika. HEX triplet: 77, 2A and 3A. RGB value is (119,42,58). Sum of RGB (Red+Green+Blue) = 119+42+58=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #772A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A3A is #88D5C5. Grayscale: #424242. Windows color (decimal): -8967622 or 3811959. OLE color: 3811959.
HSL color Cylindrical-coordinate representation of color #772A3A: hue angle of 347.53º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #772A3A is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 42 | 58 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.53 |
| HSL | 347.53º | 0.48% | 0.32% | - |
| HSV(B) | 347.53º | 0.65% | 0.47% | - |
| XYZ | 9.2 | 5.88 | 4.65 | - |
| YUV | 66.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 58 | 0 | 0.65 | 0.51 | 0.53 | 347.53 | 0.48 | 0.32 |
| Hex | 77 | 2A | 3A | 0 | 41 | 33 | 35 | 15C | 30 | 20 |
| Octal | 167 | 52 | 72 | 0 | 101 | 63 | 65 | 534 | 60 | 40 |
| Binary | 1110111 | 101010 | 111010 | 0 | 1000001 | 110011 | 110101 | 101011100 | 110000 | 100000 |
Color Harmonies of #772A3A
Complementary color
Monochromatic Colors of #772A3A
Black with #772A3A
Text Example
Text Example
White with #772A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772A3A; }
p { color: rgb(119,42,58); }
H1.HeaderClassName
{
color: #772A3A;
}
.AnyTagClassName
{
color: #772A3A;
}
</style>
background-color css
<style>
a { background-color: #772A3A; }
a { background-color: rgb(119,42,58); }
div.DivClassName
{
background-color: #772A3A;
}
.BgClassName
{
background-color: #772A3A;
}
</style>
border-color css
<style>
span { border-color: #772A3A; }
span { border-color: rgb(119,42,58); }
td.TdClassName
{
border-color: #772A3A;
}
.TagClassName
{
border-color: #772A3A;
}
</style>