Shades of Paprika #7B323C
Tints of Paprika #7B323C
RGB
CMYK
RGB Variations
Color information
#7B323C (or 0x7B323C) is known color: Paprika. HEX triplet: 7B, 32 and 3C. RGB value is (123,50,60). Sum of RGB (Red+Green+Blue) = 123+50+60=233 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.79% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 123 - color contains mainly: red. Hex color #7B323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B323C is #84CDC3. Grayscale: #494949. Windows color (decimal): -8703428 or 3945083. OLE color: 3945083.
HSL color Cylindrical-coordinate representation of color #7B323C: hue angle of 351.78º 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 #7B323C is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 50 | 60 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.52 |
| HSL | 351.78º | 0.42% | 0.34% | - |
| HSV(B) | 351.78º | 0.59% | 0.48% | - |
| XYZ | 10.12 | 6.82 | 5.06 | - |
| YUV | 72.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 50 | 60 | 0 | 0.59 | 0.51 | 0.52 | 351.78 | 0.42 | 0.34 |
| Hex | 7B | 32 | 3C | 0 | 3B | 33 | 34 | 160 | 2A | 22 |
| Octal | 173 | 62 | 74 | 0 | 73 | 63 | 64 | 540 | 52 | 42 |
| Binary | 1111011 | 110010 | 111100 | 0 | 111011 | 110011 | 110100 | 101100000 | 101010 | 100010 |
Color Harmonies of #7B323C
Complementary color
Monochromatic Colors of #7B323C
Black with #7B323C
Text Example
Text Example
White with #7B323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B323C; }
p { color: rgb(123,50,60); }
H1.HeaderClassName
{
color: #7B323C;
}
.AnyTagClassName
{
color: #7B323C;
}
</style>
background-color css
<style>
a { background-color: #7B323C; }
a { background-color: rgb(123,50,60); }
div.DivClassName
{
background-color: #7B323C;
}
.BgClassName
{
background-color: #7B323C;
}
</style>
border-color css
<style>
span { border-color: #7B323C; }
span { border-color: rgb(123,50,60); }
td.TdClassName
{
border-color: #7B323C;
}
.TagClassName
{
border-color: #7B323C;
}
</style>