Shades of Paprika #7F323E
Tints of Paprika #7F323E
RGB
CMYK
RGB Variations
Color information
#7F323E (or 0x7F323E) is known color: Paprika. HEX triplet: 7F, 32 and 3E. RGB value is (127,50,62). Sum of RGB (Red+Green+Blue) = 127+50+62=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F323E is #80CDC1. Grayscale: #4A4A4A. Windows color (decimal): -8441282 or 4076159. OLE color: 4076159.
HSL color Cylindrical-coordinate representation of color #7F323E: hue angle of 350.65º 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 #7F323E is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 50 | 62 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.50 |
| HSL | 350.65º | 0.44% | 0.35% | - |
| HSV(B) | 350.65º | 0.61% | 0.5% | - |
| XYZ | 10.76 | 7.14 | 5.37 | - |
| YUV | 74.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 50 | 62 | 0 | 0.61 | 0.51 | 0.50 | 350.65 | 0.44 | 0.35 |
| Hex | 7F | 32 | 3E | 0 | 3D | 33 | 32 | 15F | 2C | 23 |
| Octal | 177 | 62 | 76 | 0 | 75 | 63 | 62 | 537 | 54 | 43 |
| Binary | 1111111 | 110010 | 111110 | 0 | 111101 | 110011 | 110010 | 101011111 | 101100 | 100011 |
Color Harmonies of #7F323E
Complementary color
Monochromatic Colors of #7F323E
Black with #7F323E
Text Example
Text Example
White with #7F323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F323E; }
p { color: rgb(127,50,62); }
H1.HeaderClassName
{
color: #7F323E;
}
.AnyTagClassName
{
color: #7F323E;
}
</style>
background-color css
<style>
a { background-color: #7F323E; }
a { background-color: rgb(127,50,62); }
div.DivClassName
{
background-color: #7F323E;
}
.BgClassName
{
background-color: #7F323E;
}
</style>
border-color css
<style>
span { border-color: #7F323E; }
span { border-color: rgb(127,50,62); }
td.TdClassName
{
border-color: #7F323E;
}
.TagClassName
{
border-color: #7F323E;
}
</style>