Shades of Paprika #762D38
Tints of Paprika #762D38
RGB
CMYK
RGB Variations
Color information
#762D38 (or 0x762D38) is known color: Paprika. HEX triplet: 76, 2D and 38. RGB value is (118,45,56). Sum of RGB (Red+Green+Blue) = 118+45+56=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #762D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D38 is #89D2C7. Grayscale: #444444. Windows color (decimal): -9032392 or 3681654. OLE color: 3681654.
HSL color Cylindrical-coordinate representation of color #762D38: hue angle of 350.96º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #762D38 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 45 | 56 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.54 |
| HSL | 350.96º | 0.45% | 0.32% | - |
| HSV(B) | 350.96º | 0.62% | 0.46% | - |
| XYZ | 9.12 | 6.01 | 4.42 | - |
| YUV | 68.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 56 | 0 | 0.62 | 0.53 | 0.54 | 350.96 | 0.45 | 0.32 |
| Hex | 76 | 2D | 38 | 0 | 3E | 35 | 36 | 15F | 2D | 20 |
| Octal | 166 | 55 | 70 | 0 | 76 | 65 | 66 | 537 | 55 | 40 |
| Binary | 1110110 | 101101 | 111000 | 0 | 111110 | 110101 | 110110 | 101011111 | 101101 | 100000 |
Color Harmonies of #762D38
Complementary color
Monochromatic Colors of #762D38
Black with #762D38
Text Example
Text Example
White with #762D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762D38; }
p { color: rgb(118,45,56); }
H1.HeaderClassName
{
color: #762D38;
}
.AnyTagClassName
{
color: #762D38;
}
</style>
background-color css
<style>
a { background-color: #762D38; }
a { background-color: rgb(118,45,56); }
div.DivClassName
{
background-color: #762D38;
}
.BgClassName
{
background-color: #762D38;
}
</style>
border-color css
<style>
span { border-color: #762D38; }
span { border-color: rgb(118,45,56); }
td.TdClassName
{
border-color: #762D38;
}
.TagClassName
{
border-color: #762D38;
}
</style>