Shades of Paprika #772D3C
Tints of Paprika #772D3C
RGB
CMYK
RGB Variations
Color information
#772D3C (or 0x772D3C) is known color: Paprika. HEX triplet: 77, 2D and 3C. RGB value is (119,45,60). Sum of RGB (Red+Green+Blue) = 119+45+60=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #772D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D3C is #88D2C3. Grayscale: #444444. Windows color (decimal): -8966852 or 3943799. OLE color: 3943799.
HSL color Cylindrical-coordinate representation of color #772D3C: hue angle of 347.84º 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 #772D3C is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 45 | 60 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.53 |
| HSL | 347.84º | 0.45% | 0.32% | - |
| HSV(B) | 347.84º | 0.62% | 0.47% | - |
| XYZ | 9.36 | 6.12 | 4.96 | - |
| YUV | 68.84 | 123.02 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 60 | 0 | 0.62 | 0.50 | 0.53 | 347.84 | 0.45 | 0.32 |
| Hex | 77 | 2D | 3C | 0 | 3E | 32 | 35 | 15C | 2D | 20 |
| Octal | 167 | 55 | 74 | 0 | 76 | 62 | 65 | 534 | 55 | 40 |
| Binary | 1110111 | 101101 | 111100 | 0 | 111110 | 110010 | 110101 | 101011100 | 101101 | 100000 |
Color Harmonies of #772D3C
Complementary color
Monochromatic Colors of #772D3C
Black with #772D3C
Text Example
Text Example
White with #772D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772D3C; }
p { color: rgb(119,45,60); }
H1.HeaderClassName
{
color: #772D3C;
}
.AnyTagClassName
{
color: #772D3C;
}
</style>
background-color css
<style>
a { background-color: #772D3C; }
a { background-color: rgb(119,45,60); }
div.DivClassName
{
background-color: #772D3C;
}
.BgClassName
{
background-color: #772D3C;
}
</style>
border-color css
<style>
span { border-color: #772D3C; }
span { border-color: rgb(119,45,60); }
td.TdClassName
{
border-color: #772D3C;
}
.TagClassName
{
border-color: #772D3C;
}
</style>