Shades of Paprika #772F3C
Tints of Paprika #772F3C
RGB
CMYK
RGB Variations
Color information
#772F3C (or 0x772F3C) is known color: Paprika. HEX triplet: 77, 2F and 3C. RGB value is (119,47,60). Sum of RGB (Red+Green+Blue) = 119+47+60=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #772F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F3C is #88D0C3. Grayscale: #464646. Windows color (decimal): -8966340 or 3944311. OLE color: 3944311.
HSL color Cylindrical-coordinate representation of color #772F3C: hue angle of 349.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 #772F3C is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 47 | 60 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.53 |
| HSL | 349.17º | 0.43% | 0.33% | - |
| HSV(B) | 349.17º | 0.61% | 0.47% | - |
| XYZ | 9.44 | 6.28 | 4.99 | - |
| YUV | 70.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 60 | 0 | 0.61 | 0.50 | 0.53 | 349.17 | 0.43 | 0.33 |
| Hex | 77 | 2F | 3C | 0 | 3D | 32 | 35 | 15D | 2B | 21 |
| Octal | 167 | 57 | 74 | 0 | 75 | 62 | 65 | 535 | 53 | 41 |
| Binary | 1110111 | 101111 | 111100 | 0 | 111101 | 110010 | 110101 | 101011101 | 101011 | 100001 |
Color Harmonies of #772F3C
Complementary color
Monochromatic Colors of #772F3C
Black with #772F3C
Text Example
Text Example
White with #772F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772F3C; }
p { color: rgb(119,47,60); }
H1.HeaderClassName
{
color: #772F3C;
}
.AnyTagClassName
{
color: #772F3C;
}
</style>
background-color css
<style>
a { background-color: #772F3C; }
a { background-color: rgb(119,47,60); }
div.DivClassName
{
background-color: #772F3C;
}
.BgClassName
{
background-color: #772F3C;
}
</style>
border-color css
<style>
span { border-color: #772F3C; }
span { border-color: rgb(119,47,60); }
td.TdClassName
{
border-color: #772F3C;
}
.TagClassName
{
border-color: #772F3C;
}
</style>