Shades of Paprika #7F323C
Tints of Paprika #7F323C
RGB
CMYK
RGB Variations
Color information
#7F323C (or 0x7F323C) is known color: Paprika. HEX triplet: 7F, 32 and 3C. RGB value is (127,50,60). Sum of RGB (Red+Green+Blue) = 127+50+60=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F323C is #80CDC3. Grayscale: #4A4A4A. Windows color (decimal): -8441284 or 3945087. OLE color: 3945087.
HSL color Cylindrical-coordinate representation of color #7F323C: hue angle of 352.21º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F323C is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 50 | 60 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.50 |
| HSL | 352.21º | 0.44% | 0.35% | - |
| HSV(B) | 352.21º | 0.61% | 0.5% | - |
| XYZ | 10.71 | 7.12 | 5.08 | - |
| YUV | 74.16 | 120.01 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 50 | 60 | 0 | 0.61 | 0.53 | 0.50 | 352.21 | 0.44 | 0.35 |
| Hex | 7F | 32 | 3C | 0 | 3D | 35 | 32 | 160 | 2C | 23 |
| Octal | 177 | 62 | 74 | 0 | 75 | 65 | 62 | 540 | 54 | 43 |
| Binary | 1111111 | 110010 | 111100 | 0 | 111101 | 110101 | 110010 | 101100000 | 101100 | 100011 |
Color Harmonies of #7F323C
Complementary color
Monochromatic Colors of #7F323C
Black with #7F323C
Text Example
Text Example
White with #7F323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F323C; }
p { color: rgb(127,50,60); }
H1.HeaderClassName
{
color: #7F323C;
}
.AnyTagClassName
{
color: #7F323C;
}
</style>
background-color css
<style>
a { background-color: #7F323C; }
a { background-color: rgb(127,50,60); }
div.DivClassName
{
background-color: #7F323C;
}
.BgClassName
{
background-color: #7F323C;
}
</style>
border-color css
<style>
span { border-color: #7F323C; }
span { border-color: rgb(127,50,60); }
td.TdClassName
{
border-color: #7F323C;
}
.TagClassName
{
border-color: #7F323C;
}
</style>