Shades of Paprika #7F303E
Tints of Paprika #7F303E
RGB
CMYK
RGB Variations
Color information
#7F303E (or 0x7F303E) is known color: Paprika. HEX triplet: 7F, 30 and 3E. RGB value is (127,48,62). Sum of RGB (Red+Green+Blue) = 127+48+62=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F303E is #80CFC1. Grayscale: #494949. Windows color (decimal): -8441794 or 4075647. OLE color: 4075647.
HSL color Cylindrical-coordinate representation of color #7F303E: hue angle of 349.37º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F303E is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 48 | 62 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.50 |
| HSL | 349.37º | 0.45% | 0.34% | - |
| HSV(B) | 349.37º | 0.62% | 0.5% | - |
| XYZ | 10.68 | 6.97 | 5.34 | - |
| YUV | 73.22 | 121.67 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 48 | 62 | 0 | 0.62 | 0.51 | 0.50 | 349.37 | 0.45 | 0.34 |
| Hex | 7F | 30 | 3E | 0 | 3E | 33 | 32 | 15D | 2D | 22 |
| Octal | 177 | 60 | 76 | 0 | 76 | 63 | 62 | 535 | 55 | 42 |
| Binary | 1111111 | 110000 | 111110 | 0 | 111110 | 110011 | 110010 | 101011101 | 101101 | 100010 |
Color Harmonies of #7F303E
Complementary color
Monochromatic Colors of #7F303E
Black with #7F303E
Text Example
Text Example
White with #7F303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F303E; }
p { color: rgb(127,48,62); }
H1.HeaderClassName
{
color: #7F303E;
}
.AnyTagClassName
{
color: #7F303E;
}
</style>
background-color css
<style>
a { background-color: #7F303E; }
a { background-color: rgb(127,48,62); }
div.DivClassName
{
background-color: #7F303E;
}
.BgClassName
{
background-color: #7F303E;
}
</style>
border-color css
<style>
span { border-color: #7F303E; }
span { border-color: rgb(127,48,62); }
td.TdClassName
{
border-color: #7F303E;
}
.TagClassName
{
border-color: #7F303E;
}
</style>