Shades of Paprika #772F3D
Tints of Paprika #772F3D
RGB
CMYK
RGB Variations
Color information
#772F3D (or 0x772F3D) is known color: Paprika. HEX triplet: 77, 2F and 3D. RGB value is (119,47,61). Sum of RGB (Red+Green+Blue) = 119+47+61=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #772F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F3D is #88D0C2. Grayscale: #464646. Windows color (decimal): -8966339 or 4009847. OLE color: 4009847.
HSL color Cylindrical-coordinate representation of color #772F3D: hue angle of 348.33º 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 #772F3D is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 47 | 61 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.53 |
| HSL | 348.33º | 0.43% | 0.33% | - |
| HSV(B) | 348.33º | 0.61% | 0.47% | - |
| XYZ | 9.47 | 6.29 | 5.13 | - |
| YUV | 70.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 61 | 0 | 0.61 | 0.49 | 0.53 | 348.33 | 0.43 | 0.33 |
| Hex | 77 | 2F | 3D | 0 | 3D | 31 | 35 | 15C | 2B | 21 |
| Octal | 167 | 57 | 75 | 0 | 75 | 61 | 65 | 534 | 53 | 41 |
| Binary | 1110111 | 101111 | 111101 | 0 | 111101 | 110001 | 110101 | 101011100 | 101011 | 100001 |
Color Harmonies of #772F3D
Complementary color
Monochromatic Colors of #772F3D
Black with #772F3D
Text Example
Text Example
White with #772F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772F3D; }
p { color: rgb(119,47,61); }
H1.HeaderClassName
{
color: #772F3D;
}
.AnyTagClassName
{
color: #772F3D;
}
</style>
background-color css
<style>
a { background-color: #772F3D; }
a { background-color: rgb(119,47,61); }
div.DivClassName
{
background-color: #772F3D;
}
.BgClassName
{
background-color: #772F3D;
}
</style>
border-color css
<style>
span { border-color: #772F3D; }
span { border-color: rgb(119,47,61); }
td.TdClassName
{
border-color: #772F3D;
}
.TagClassName
{
border-color: #772F3D;
}
</style>