Shades of Paprika #772D36
Tints of Paprika #772D36
RGB
CMYK
RGB Variations
Color information
#772D36 (or 0x772D36) is known color: Paprika. HEX triplet: 77, 2D and 36. RGB value is (119,45,54). Sum of RGB (Red+Green+Blue) = 119+45+54=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #772D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D36 is #88D2C9. Grayscale: #444444. Windows color (decimal): -8966858 or 3550583. OLE color: 3550583.
HSL color Cylindrical-coordinate representation of color #772D36: hue angle of 352.7º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #772D36 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 45 | 54 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.53 |
| HSL | 352.7º | 0.45% | 0.32% | - |
| HSV(B) | 352.7º | 0.62% | 0.47% | - |
| XYZ | 9.21 | 6.07 | 4.18 | - |
| YUV | 68.15 | 120.02 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 54 | 0 | 0.62 | 0.55 | 0.53 | 352.7 | 0.45 | 0.32 |
| Hex | 77 | 2D | 36 | 0 | 3E | 37 | 35 | 161 | 2D | 20 |
| Octal | 167 | 55 | 66 | 0 | 76 | 67 | 65 | 541 | 55 | 40 |
| Binary | 1110111 | 101101 | 110110 | 0 | 111110 | 110111 | 110101 | 101100001 | 101101 | 100000 |
Color Harmonies of #772D36
Complementary color
Monochromatic Colors of #772D36
Black with #772D36
Text Example
Text Example
White with #772D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772D36; }
p { color: rgb(119,45,54); }
H1.HeaderClassName
{
color: #772D36;
}
.AnyTagClassName
{
color: #772D36;
}
</style>
background-color css
<style>
a { background-color: #772D36; }
a { background-color: rgb(119,45,54); }
div.DivClassName
{
background-color: #772D36;
}
.BgClassName
{
background-color: #772D36;
}
</style>
border-color css
<style>
span { border-color: #772D36; }
span { border-color: rgb(119,45,54); }
td.TdClassName
{
border-color: #772D36;
}
.TagClassName
{
border-color: #772D36;
}
</style>