Shades of Paprika #7C343F
Tints of Paprika #7C343F
RGB
CMYK
RGB Variations
Color information
#7C343F (or 0x7C343F) is known color: Paprika. HEX triplet: 7C, 34 and 3F. RGB value is (124,52,63). Sum of RGB (Red+Green+Blue) = 124+52+63=239 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.88% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 124 - color contains mainly: red. Hex color #7C343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C343F is #83CBC0. Grayscale: #4A4A4A. Windows color (decimal): -8637377 or 4142204. OLE color: 4142204.
HSL color Cylindrical-coordinate representation of color #7C343F: hue angle of 350.83º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C343F is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 52 | 63 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.51 |
| HSL | 350.83º | 0.41% | 0.35% | - |
| HSV(B) | 350.83º | 0.58% | 0.49% | - |
| XYZ | 10.44 | 7.1 | 5.52 | - |
| YUV | 74.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 52 | 63 | 0 | 0.58 | 0.49 | 0.51 | 350.83 | 0.41 | 0.35 |
| Hex | 7C | 34 | 3F | 0 | 3A | 31 | 33 | 15F | 29 | 23 |
| Octal | 174 | 64 | 77 | 0 | 72 | 61 | 63 | 537 | 51 | 43 |
| Binary | 1111100 | 110100 | 111111 | 0 | 111010 | 110001 | 110011 | 101011111 | 101001 | 100011 |
Color Harmonies of #7C343F
Complementary color
Monochromatic Colors of #7C343F
Black with #7C343F
Text Example
Text Example
White with #7C343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C343F; }
p { color: rgb(124,52,63); }
H1.HeaderClassName
{
color: #7C343F;
}
.AnyTagClassName
{
color: #7C343F;
}
</style>
background-color css
<style>
a { background-color: #7C343F; }
a { background-color: rgb(124,52,63); }
div.DivClassName
{
background-color: #7C343F;
}
.BgClassName
{
background-color: #7C343F;
}
</style>
border-color css
<style>
span { border-color: #7C343F; }
span { border-color: rgb(124,52,63); }
td.TdClassName
{
border-color: #7C343F;
}
.TagClassName
{
border-color: #7C343F;
}
</style>