Shades of Paprika #7C333E
Tints of Paprika #7C333E
RGB
CMYK
RGB Variations
Color information
#7C333E (or 0x7C333E) is known color: Paprika. HEX triplet: 7C, 33 and 3E. RGB value is (124,51,62). Sum of RGB (Red+Green+Blue) = 124+51+62=237 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.32% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 124 - color contains mainly: red. Hex color #7C333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C333E is #83CCC1. Grayscale: #4A4A4A. Windows color (decimal): -8637634 or 4076412. OLE color: 4076412.
HSL color Cylindrical-coordinate representation of color #7C333E: hue angle of 350.96º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C333E is Cyan = 0, Magento = 0.59, Yellow = 0.5 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 51 | 62 | - |
| CMYK | 0 | 0.59 | 0.5 | 0.51 |
| HSL | 350.96º | 0.42% | 0.34% | - |
| HSV(B) | 350.96º | 0.59% | 0.49% | - |
| XYZ | 10.37 | 7 | 5.36 | - |
| YUV | 74.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 51 | 62 | 0 | 0.59 | 0.5 | 0.51 | 350.96 | 0.42 | 0.34 |
| Hex | 7C | 33 | 3E | 0 | 3B | 32 | 33 | 15F | 2A | 22 |
| Octal | 174 | 63 | 76 | 0 | 73 | 62 | 63 | 537 | 52 | 42 |
| Binary | 1111100 | 110011 | 111110 | 0 | 111011 | 110010 | 110011 | 101011111 | 101010 | 100010 |
Color Harmonies of #7C333E
Complementary color
Monochromatic Colors of #7C333E
Black with #7C333E
Text Example
Text Example
White with #7C333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C333E; }
p { color: rgb(124,51,62); }
H1.HeaderClassName
{
color: #7C333E;
}
.AnyTagClassName
{
color: #7C333E;
}
</style>
background-color css
<style>
a { background-color: #7C333E; }
a { background-color: rgb(124,51,62); }
div.DivClassName
{
background-color: #7C333E;
}
.BgClassName
{
background-color: #7C333E;
}
</style>
border-color css
<style>
span { border-color: #7C333E; }
span { border-color: rgb(124,51,62); }
td.TdClassName
{
border-color: #7C333E;
}
.TagClassName
{
border-color: #7C333E;
}
</style>