Shades of Paprika #78303C
Tints of Paprika #78303C
RGB
CMYK
RGB Variations
Color information
#78303C (or 0x78303C) is known color: Paprika. HEX triplet: 78, 30 and 3C. RGB value is (120,48,60). Sum of RGB (Red+Green+Blue) = 120+48+60=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #78303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78303C is #87CFC3. Grayscale: #464646. Windows color (decimal): -8900548 or 3944568. OLE color: 3944568.
HSL color Cylindrical-coordinate representation of color #78303C: hue angle of 350º 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 #78303C is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 48 | 60 | - |
| CMYK | 0 | 0.60 | 0.5 | 0.53 |
| HSL | 350º | 0.43% | 0.33% | - |
| HSV(B) | 350º | 0.6% | 0.47% | - |
| XYZ | 9.62 | 6.43 | 5.01 | - |
| YUV | 70.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 48 | 60 | 0 | 0.60 | 0.5 | 0.53 | 350 | 0.43 | 0.33 |
| Hex | 78 | 30 | 3C | 0 | 3C | 32 | 35 | 15E | 2B | 21 |
| Octal | 170 | 60 | 74 | 0 | 74 | 62 | 65 | 536 | 53 | 41 |
| Binary | 1111000 | 110000 | 111100 | 0 | 111100 | 110010 | 110101 | 101011110 | 101011 | 100001 |
Color Harmonies of #78303C
Complementary color
Monochromatic Colors of #78303C
Black with #78303C
Text Example
Text Example
White with #78303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78303C; }
p { color: rgb(120,48,60); }
H1.HeaderClassName
{
color: #78303C;
}
.AnyTagClassName
{
color: #78303C;
}
</style>
background-color css
<style>
a { background-color: #78303C; }
a { background-color: rgb(120,48,60); }
div.DivClassName
{
background-color: #78303C;
}
.BgClassName
{
background-color: #78303C;
}
</style>
border-color css
<style>
span { border-color: #78303C; }
span { border-color: rgb(120,48,60); }
td.TdClassName
{
border-color: #78303C;
}
.TagClassName
{
border-color: #78303C;
}
</style>