Shades of Paprika #7C333D
Tints of Paprika #7C333D
RGB
CMYK
RGB Variations
Color information
#7C333D (or 0x7C333D) is known color: Paprika. HEX triplet: 7C, 33 and 3D. RGB value is (124,51,61). Sum of RGB (Red+Green+Blue) = 124+51+61=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C333D is #83CCC2. Grayscale: #494949. Windows color (decimal): -8637635 or 4010876. OLE color: 4010876.
HSL color Cylindrical-coordinate representation of color #7C333D: hue angle of 351.78º 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 #7C333D is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 51 | 61 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.51 |
| HSL | 351.78º | 0.42% | 0.34% | - |
| HSV(B) | 351.78º | 0.59% | 0.49% | - |
| XYZ | 10.34 | 6.99 | 5.22 | - |
| YUV | 73.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 51 | 61 | 0 | 0.59 | 0.51 | 0.51 | 351.78 | 0.42 | 0.34 |
| Hex | 7C | 33 | 3D | 0 | 3B | 33 | 33 | 160 | 2A | 22 |
| Octal | 174 | 63 | 75 | 0 | 73 | 63 | 63 | 540 | 52 | 42 |
| Binary | 1111100 | 110011 | 111101 | 0 | 111011 | 110011 | 110011 | 101100000 | 101010 | 100010 |
Color Harmonies of #7C333D
Complementary color
Monochromatic Colors of #7C333D
Black with #7C333D
Text Example
Text Example
White with #7C333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C333D; }
p { color: rgb(124,51,61); }
H1.HeaderClassName
{
color: #7C333D;
}
.AnyTagClassName
{
color: #7C333D;
}
</style>
background-color css
<style>
a { background-color: #7C333D; }
a { background-color: rgb(124,51,61); }
div.DivClassName
{
background-color: #7C333D;
}
.BgClassName
{
background-color: #7C333D;
}
</style>
border-color css
<style>
span { border-color: #7C333D; }
span { border-color: rgb(124,51,61); }
td.TdClassName
{
border-color: #7C333D;
}
.TagClassName
{
border-color: #7C333D;
}
</style>