Shades of Paprika #772B35
Tints of Paprika #772B35
RGB
CMYK
RGB Variations
Color information
#772B35 (or 0x772B35) is known color: Paprika. HEX triplet: 77, 2B and 35. RGB value is (119,43,53). Sum of RGB (Red+Green+Blue) = 119+43+53=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #772B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B35 is #88D4CA. Grayscale: #424242. Windows color (decimal): -8967371 or 3484535. OLE color: 3484535.
HSL color Cylindrical-coordinate representation of color #772B35: hue angle of 352.11º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #772B35 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 43 | 53 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.53 |
| HSL | 352.11º | 0.47% | 0.32% | - |
| HSV(B) | 352.11º | 0.64% | 0.47% | - |
| XYZ | 9.11 | 5.91 | 4.03 | - |
| YUV | 66.86 | 120.18 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 53 | 0 | 0.64 | 0.55 | 0.53 | 352.11 | 0.47 | 0.32 |
| Hex | 77 | 2B | 35 | 0 | 40 | 37 | 35 | 160 | 2F | 20 |
| Octal | 167 | 53 | 65 | 0 | 100 | 67 | 65 | 540 | 57 | 40 |
| Binary | 1110111 | 101011 | 110101 | 0 | 1000000 | 110111 | 110101 | 101100000 | 101111 | 100000 |
Color Harmonies of #772B35
Complementary color
Monochromatic Colors of #772B35
Black with #772B35
Text Example
Text Example
White with #772B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772B35; }
p { color: rgb(119,43,53); }
H1.HeaderClassName
{
color: #772B35;
}
.AnyTagClassName
{
color: #772B35;
}
</style>
background-color css
<style>
a { background-color: #772B35; }
a { background-color: rgb(119,43,53); }
div.DivClassName
{
background-color: #772B35;
}
.BgClassName
{
background-color: #772B35;
}
</style>
border-color css
<style>
span { border-color: #772B35; }
span { border-color: rgb(119,43,53); }
td.TdClassName
{
border-color: #772B35;
}
.TagClassName
{
border-color: #772B35;
}
</style>