Shades of Paprika #772F36
Tints of Paprika #772F36
RGB
CMYK
RGB Variations
Color information
#772F36 (or 0x772F36) is known color: Paprika. HEX triplet: 77, 2F and 36. RGB value is (119,47,54). Sum of RGB (Red+Green+Blue) = 119+47+54=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #772F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F36 is #88D0C9. Grayscale: #454545. Windows color (decimal): -8966346 or 3551095. OLE color: 3551095.
HSL color Cylindrical-coordinate representation of color #772F36: hue angle of 354.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #772F36 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 47 | 54 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.53 |
| HSL | 354.17º | 0.43% | 0.33% | - |
| HSV(B) | 354.17º | 0.61% | 0.47% | - |
| XYZ | 9.29 | 6.22 | 4.2 | - |
| YUV | 69.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 54 | 0 | 0.61 | 0.55 | 0.53 | 354.17 | 0.43 | 0.33 |
| Hex | 77 | 2F | 36 | 0 | 3D | 37 | 35 | 162 | 2B | 21 |
| Octal | 167 | 57 | 66 | 0 | 75 | 67 | 65 | 542 | 53 | 41 |
| Binary | 1110111 | 101111 | 110110 | 0 | 111101 | 110111 | 110101 | 101100010 | 101011 | 100001 |
Color Harmonies of #772F36
Complementary color
Monochromatic Colors of #772F36
Black with #772F36
Text Example
Text Example
White with #772F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772F36; }
p { color: rgb(119,47,54); }
H1.HeaderClassName
{
color: #772F36;
}
.AnyTagClassName
{
color: #772F36;
}
</style>
background-color css
<style>
a { background-color: #772F36; }
a { background-color: rgb(119,47,54); }
div.DivClassName
{
background-color: #772F36;
}
.BgClassName
{
background-color: #772F36;
}
</style>
border-color css
<style>
span { border-color: #772F36; }
span { border-color: rgb(119,47,54); }
td.TdClassName
{
border-color: #772F36;
}
.TagClassName
{
border-color: #772F36;
}
</style>