Shades of Paprika #772F3A
Tints of Paprika #772F3A
RGB
CMYK
RGB Variations
Color information
#772F3A (or 0x772F3A) is known color: Paprika. HEX triplet: 77, 2F and 3A. RGB value is (119,47,58). Sum of RGB (Red+Green+Blue) = 119+47+58=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #772F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F3A is #88D0C5. Grayscale: #454545. Windows color (decimal): -8966342 or 3813239. OLE color: 3813239.
HSL color Cylindrical-coordinate representation of color #772F3A: hue angle of 350.83º 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 #772F3A is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 47 | 58 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.53 |
| HSL | 350.83º | 0.43% | 0.33% | - |
| HSV(B) | 350.83º | 0.61% | 0.47% | - |
| XYZ | 9.39 | 6.26 | 4.72 | - |
| YUV | 69.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 58 | 0 | 0.61 | 0.51 | 0.53 | 350.83 | 0.43 | 0.33 |
| Hex | 77 | 2F | 3A | 0 | 3D | 33 | 35 | 15F | 2B | 21 |
| Octal | 167 | 57 | 72 | 0 | 75 | 63 | 65 | 537 | 53 | 41 |
| Binary | 1110111 | 101111 | 111010 | 0 | 111101 | 110011 | 110101 | 101011111 | 101011 | 100001 |
Color Harmonies of #772F3A
Complementary color
Monochromatic Colors of #772F3A
Black with #772F3A
Text Example
Text Example
White with #772F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772F3A; }
p { color: rgb(119,47,58); }
H1.HeaderClassName
{
color: #772F3A;
}
.AnyTagClassName
{
color: #772F3A;
}
</style>
background-color css
<style>
a { background-color: #772F3A; }
a { background-color: rgb(119,47,58); }
div.DivClassName
{
background-color: #772F3A;
}
.BgClassName
{
background-color: #772F3A;
}
</style>
border-color css
<style>
span { border-color: #772F3A; }
span { border-color: rgb(119,47,58); }
td.TdClassName
{
border-color: #772F3A;
}
.TagClassName
{
border-color: #772F3A;
}
</style>