Shades of Paprika #762D3E
Tints of Paprika #762D3E
RGB
CMYK
RGB Variations
Color information
#762D3E (or 0x762D3E) is known color: Paprika. HEX triplet: 76, 2D and 3E. RGB value is (118,45,62). Sum of RGB (Red+Green+Blue) = 118+45+62=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #762D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D3E is #89D2C1. Grayscale: #444444. Windows color (decimal): -9032386 or 4074870. OLE color: 4074870.
HSL color Cylindrical-coordinate representation of color #762D3E: hue angle of 346.03º 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 #762D3E is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 45 | 62 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.54 |
| HSL | 346.03º | 0.45% | 0.32% | - |
| HSV(B) | 346.03º | 0.62% | 0.46% | - |
| XYZ | 9.28 | 6.08 | 5.24 | - |
| YUV | 68.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 62 | 0 | 0.62 | 0.47 | 0.54 | 346.03 | 0.45 | 0.32 |
| Hex | 76 | 2D | 3E | 0 | 3E | 2F | 36 | 15A | 2D | 20 |
| Octal | 166 | 55 | 76 | 0 | 76 | 57 | 66 | 532 | 55 | 40 |
| Binary | 1110110 | 101101 | 111110 | 0 | 111110 | 101111 | 110110 | 101011010 | 101101 | 100000 |
Color Harmonies of #762D3E
Complementary color
Monochromatic Colors of #762D3E
Black with #762D3E
Text Example
Text Example
White with #762D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762D3E; }
p { color: rgb(118,45,62); }
H1.HeaderClassName
{
color: #762D3E;
}
.AnyTagClassName
{
color: #762D3E;
}
</style>
background-color css
<style>
a { background-color: #762D3E; }
a { background-color: rgb(118,45,62); }
div.DivClassName
{
background-color: #762D3E;
}
.BgClassName
{
background-color: #762D3E;
}
</style>
border-color css
<style>
span { border-color: #762D3E; }
span { border-color: rgb(118,45,62); }
td.TdClassName
{
border-color: #762D3E;
}
.TagClassName
{
border-color: #762D3E;
}
</style>