Shades of Paprika #772D3A
Tints of Paprika #772D3A
RGB
CMYK
RGB Variations
Color information
#772D3A (or 0x772D3A) is known color: Paprika. HEX triplet: 77, 2D and 3A. RGB value is (119,45,58). Sum of RGB (Red+Green+Blue) = 119+45+58=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #772D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D3A is #88D2C5. Grayscale: #444444. Windows color (decimal): -8966854 or 3812727. OLE color: 3812727.
HSL color Cylindrical-coordinate representation of color #772D3A: hue angle of 349.46º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #772D3A is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 45 | 58 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.53 |
| HSL | 349.46º | 0.45% | 0.32% | - |
| HSV(B) | 349.46º | 0.62% | 0.47% | - |
| XYZ | 9.31 | 6.1 | 4.69 | - |
| YUV | 68.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 58 | 0 | 0.62 | 0.51 | 0.53 | 349.46 | 0.45 | 0.32 |
| Hex | 77 | 2D | 3A | 0 | 3E | 33 | 35 | 15D | 2D | 20 |
| Octal | 167 | 55 | 72 | 0 | 76 | 63 | 65 | 535 | 55 | 40 |
| Binary | 1110111 | 101101 | 111010 | 0 | 111110 | 110011 | 110101 | 101011101 | 101101 | 100000 |
Color Harmonies of #772D3A
Complementary color
Monochromatic Colors of #772D3A
Black with #772D3A
Text Example
Text Example
White with #772D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772D3A; }
p { color: rgb(119,45,58); }
H1.HeaderClassName
{
color: #772D3A;
}
.AnyTagClassName
{
color: #772D3A;
}
</style>
background-color css
<style>
a { background-color: #772D3A; }
a { background-color: rgb(119,45,58); }
div.DivClassName
{
background-color: #772D3A;
}
.BgClassName
{
background-color: #772D3A;
}
</style>
border-color css
<style>
span { border-color: #772D3A; }
span { border-color: rgb(119,45,58); }
td.TdClassName
{
border-color: #772D3A;
}
.TagClassName
{
border-color: #772D3A;
}
</style>