Shades of Paprika #762735
Tints of Paprika #762735
RGB
CMYK
RGB Variations
Color information
#762735 (or 0x762735) is known color: Paprika. HEX triplet: 76, 27 and 35. RGB value is (118,39,53). Sum of RGB (Red+Green+Blue) = 118+39+53=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #762735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762735 is #89D8CA. Grayscale: #404040. Windows color (decimal): -9033931 or 3483510. OLE color: 3483510.
HSL color Cylindrical-coordinate representation of color #762735: hue angle of 349.37º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #762735 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 39 | 53 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.54 |
| HSL | 349.37º | 0.5% | 0.31% | - |
| HSV(B) | 349.37º | 0.67% | 0.46% | - |
| XYZ | 8.84 | 5.56 | 3.98 | - |
| YUV | 64.22 | 121.67 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 53 | 0 | 0.67 | 0.55 | 0.54 | 349.37 | 0.5 | 0.31 |
| Hex | 76 | 27 | 35 | 0 | 43 | 37 | 36 | 15D | 32 | 1F |
| Octal | 166 | 47 | 65 | 0 | 103 | 67 | 66 | 535 | 62 | 37 |
| Binary | 1110110 | 100111 | 110101 | 0 | 1000011 | 110111 | 110110 | 101011101 | 110010 | 11111 |
Color Harmonies of #762735
Complementary color
Monochromatic Colors of #762735
Black with #762735
Text Example
Text Example
White with #762735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762735; }
p { color: rgb(118,39,53); }
H1.HeaderClassName
{
color: #762735;
}
.AnyTagClassName
{
color: #762735;
}
</style>
background-color css
<style>
a { background-color: #762735; }
a { background-color: rgb(118,39,53); }
div.DivClassName
{
background-color: #762735;
}
.BgClassName
{
background-color: #762735;
}
</style>
border-color css
<style>
span { border-color: #762735; }
span { border-color: rgb(118,39,53); }
td.TdClassName
{
border-color: #762735;
}
.TagClassName
{
border-color: #762735;
}
</style>