Shades of Paprika #7B323F
Tints of Paprika #7B323F
RGB
CMYK
RGB Variations
Color information
#7B323F (or 0x7B323F) is known color: Paprika. HEX triplet: 7B, 32 and 3F. RGB value is (123,50,63). Sum of RGB (Red+Green+Blue) = 123+50+63=236 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.12% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 123 - color contains mainly: red. Hex color #7B323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B323F is #84CDC0. Grayscale: #494949. Windows color (decimal): -8703425 or 4141691. OLE color: 4141691.
HSL color Cylindrical-coordinate representation of color #7B323F: hue angle of 349.32º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B323F is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 50 | 63 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.52 |
| HSL | 349.32º | 0.42% | 0.34% | - |
| HSV(B) | 349.32º | 0.59% | 0.48% | - |
| XYZ | 10.21 | 6.85 | 5.49 | - |
| YUV | 73.31 | 122.18 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 50 | 63 | 0 | 0.59 | 0.49 | 0.52 | 349.32 | 0.42 | 0.34 |
| Hex | 7B | 32 | 3F | 0 | 3B | 31 | 34 | 15D | 2A | 22 |
| Octal | 173 | 62 | 77 | 0 | 73 | 61 | 64 | 535 | 52 | 42 |
| Binary | 1111011 | 110010 | 111111 | 0 | 111011 | 110001 | 110100 | 101011101 | 101010 | 100010 |
Color Harmonies of #7B323F
Complementary color
Monochromatic Colors of #7B323F
Black with #7B323F
Text Example
Text Example
White with #7B323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B323F; }
p { color: rgb(123,50,63); }
H1.HeaderClassName
{
color: #7B323F;
}
.AnyTagClassName
{
color: #7B323F;
}
</style>
background-color css
<style>
a { background-color: #7B323F; }
a { background-color: rgb(123,50,63); }
div.DivClassName
{
background-color: #7B323F;
}
.BgClassName
{
background-color: #7B323F;
}
</style>
border-color css
<style>
span { border-color: #7B323F; }
span { border-color: rgb(123,50,63); }
td.TdClassName
{
border-color: #7B323F;
}
.TagClassName
{
border-color: #7B323F;
}
</style>