Shades of Paprika #77303F
Tints of Paprika #77303F
RGB
CMYK
RGB Variations
Color information
#77303F (or 0x77303F) is known color: Paprika. HEX triplet: 77, 30 and 3F. RGB value is (119,48,63). Sum of RGB (Red+Green+Blue) = 119+48+63=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #77303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77303F is #88CFC0. Grayscale: #464646. Windows color (decimal): -8966081 or 4141175. OLE color: 4141175.
HSL color Cylindrical-coordinate representation of color #77303F: hue angle of 347.32º 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 #77303F is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 48 | 63 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.53 |
| HSL | 347.32º | 0.43% | 0.33% | - |
| HSV(B) | 347.32º | 0.6% | 0.47% | - |
| XYZ | 9.56 | 6.39 | 5.43 | - |
| YUV | 70.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 63 | 0 | 0.60 | 0.47 | 0.53 | 347.32 | 0.43 | 0.33 |
| Hex | 77 | 30 | 3F | 0 | 3C | 2F | 35 | 15B | 2B | 21 |
| Octal | 167 | 60 | 77 | 0 | 74 | 57 | 65 | 533 | 53 | 41 |
| Binary | 1110111 | 110000 | 111111 | 0 | 111100 | 101111 | 110101 | 101011011 | 101011 | 100001 |
Color Harmonies of #77303F
Complementary color
Monochromatic Colors of #77303F
Black with #77303F
Text Example
Text Example
White with #77303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77303F; }
p { color: rgb(119,48,63); }
H1.HeaderClassName
{
color: #77303F;
}
.AnyTagClassName
{
color: #77303F;
}
</style>
background-color css
<style>
a { background-color: #77303F; }
a { background-color: rgb(119,48,63); }
div.DivClassName
{
background-color: #77303F;
}
.BgClassName
{
background-color: #77303F;
}
</style>
border-color css
<style>
span { border-color: #77303F; }
span { border-color: rgb(119,48,63); }
td.TdClassName
{
border-color: #77303F;
}
.TagClassName
{
border-color: #77303F;
}
</style>