Shades of Paprika #77303E
Tints of Paprika #77303E
RGB
CMYK
RGB Variations
Color information
#77303E (or 0x77303E) is known color: Paprika. HEX triplet: 77, 30 and 3E. RGB value is (119,48,62). Sum of RGB (Red+Green+Blue) = 119+48+62=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #77303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77303E is #88CFC1. Grayscale: #464646. Windows color (decimal): -8966082 or 4075639. OLE color: 4075639.
HSL color Cylindrical-coordinate representation of color #77303E: hue angle of 348.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77303E is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 48 | 62 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.53 |
| HSL | 348.17º | 0.43% | 0.33% | - |
| HSV(B) | 348.17º | 0.6% | 0.47% | - |
| XYZ | 9.53 | 6.38 | 5.29 | - |
| YUV | 70.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 62 | 0 | 0.60 | 0.48 | 0.53 | 348.17 | 0.43 | 0.33 |
| Hex | 77 | 30 | 3E | 0 | 3C | 30 | 35 | 15C | 2B | 21 |
| Octal | 167 | 60 | 76 | 0 | 74 | 60 | 65 | 534 | 53 | 41 |
| Binary | 1110111 | 110000 | 111110 | 0 | 111100 | 110000 | 110101 | 101011100 | 101011 | 100001 |
Color Harmonies of #77303E
Complementary color
Monochromatic Colors of #77303E
Black with #77303E
Text Example
Text Example
White with #77303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77303E; }
p { color: rgb(119,48,62); }
H1.HeaderClassName
{
color: #77303E;
}
.AnyTagClassName
{
color: #77303E;
}
</style>
background-color css
<style>
a { background-color: #77303E; }
a { background-color: rgb(119,48,62); }
div.DivClassName
{
background-color: #77303E;
}
.BgClassName
{
background-color: #77303E;
}
</style>
border-color css
<style>
span { border-color: #77303E; }
span { border-color: rgb(119,48,62); }
td.TdClassName
{
border-color: #77303E;
}
.TagClassName
{
border-color: #77303E;
}
</style>