Shades of Paprika #78303E
Tints of Paprika #78303E
RGB
CMYK
RGB Variations
Color information
#78303E (or 0x78303E) is known color: Paprika. HEX triplet: 78, 30 and 3E. RGB value is (120,48,62). Sum of RGB (Red+Green+Blue) = 120+48+62=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #78303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78303E is #87CFC1. Grayscale: #474747. Windows color (decimal): -8900546 or 4075640. OLE color: 4075640.
HSL color Cylindrical-coordinate representation of color #78303E: hue angle of 348.33º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #78303E is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 48 | 62 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.53 |
| HSL | 348.33º | 0.43% | 0.33% | - |
| HSV(B) | 348.33º | 0.6% | 0.47% | - |
| XYZ | 9.67 | 6.45 | 5.29 | - |
| YUV | 71.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 48 | 62 | 0 | 0.60 | 0.48 | 0.53 | 348.33 | 0.43 | 0.33 |
| Hex | 78 | 30 | 3E | 0 | 3C | 30 | 35 | 15C | 2B | 21 |
| Octal | 170 | 60 | 76 | 0 | 74 | 60 | 65 | 534 | 53 | 41 |
| Binary | 1111000 | 110000 | 111110 | 0 | 111100 | 110000 | 110101 | 101011100 | 101011 | 100001 |
Color Harmonies of #78303E
Complementary color
Monochromatic Colors of #78303E
Black with #78303E
Text Example
Text Example
White with #78303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78303E; }
p { color: rgb(120,48,62); }
H1.HeaderClassName
{
color: #78303E;
}
.AnyTagClassName
{
color: #78303E;
}
</style>
background-color css
<style>
a { background-color: #78303E; }
a { background-color: rgb(120,48,62); }
div.DivClassName
{
background-color: #78303E;
}
.BgClassName
{
background-color: #78303E;
}
</style>
border-color css
<style>
span { border-color: #78303E; }
span { border-color: rgb(120,48,62); }
td.TdClassName
{
border-color: #78303E;
}
.TagClassName
{
border-color: #78303E;
}
</style>