Shades of Paprika #762A36
Tints of Paprika #762A36
RGB
CMYK
RGB Variations
Color information
#762A36 (or 0x762A36) is known color: Paprika. HEX triplet: 76, 2A and 36. RGB value is (118,42,54). Sum of RGB (Red+Green+Blue) = 118+42+54=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #762A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A36 is #89D5C9. Grayscale: #424242. Windows color (decimal): -9033162 or 3549814. OLE color: 3549814.
HSL color Cylindrical-coordinate representation of color #762A36: hue angle of 350.53º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762A36 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 42 | 54 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.54 |
| HSL | 350.53º | 0.48% | 0.31% | - |
| HSV(B) | 350.53º | 0.64% | 0.46% | - |
| XYZ | 8.97 | 5.77 | 4.13 | - |
| YUV | 66.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 54 | 0 | 0.64 | 0.54 | 0.54 | 350.53 | 0.48 | 0.31 |
| Hex | 76 | 2A | 36 | 0 | 40 | 36 | 36 | 15F | 30 | 1F |
| Octal | 166 | 52 | 66 | 0 | 100 | 66 | 66 | 537 | 60 | 37 |
| Binary | 1110110 | 101010 | 110110 | 0 | 1000000 | 110110 | 110110 | 101011111 | 110000 | 11111 |
Color Harmonies of #762A36
Complementary color
Monochromatic Colors of #762A36
Black with #762A36
Text Example
Text Example
White with #762A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A36; }
p { color: rgb(118,42,54); }
H1.HeaderClassName
{
color: #762A36;
}
.AnyTagClassName
{
color: #762A36;
}
</style>
background-color css
<style>
a { background-color: #762A36; }
a { background-color: rgb(118,42,54); }
div.DivClassName
{
background-color: #762A36;
}
.BgClassName
{
background-color: #762A36;
}
</style>
border-color css
<style>
span { border-color: #762A36; }
span { border-color: rgb(118,42,54); }
td.TdClassName
{
border-color: #762A36;
}
.TagClassName
{
border-color: #762A36;
}
</style>