Shades of Solid Pink #764E51
Tints of Solid Pink #764E51
RGB
CMYK
RGB Variations
Color information
#764E51 (or 0x764E51) is known color: Solid Pink. HEX triplet: 76, 4E and 51. RGB value is (118,78,81). Sum of RGB (Red+Green+Blue) = 118+78+81=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #764E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E51 is #89B1AE. Grayscale: #5A5A5A. Windows color (decimal): -9023919 or 5328502. OLE color: 5328502.
HSL color Cylindrical-coordinate representation of color #764E51: hue angle of 355.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #764E51 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 81 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.54 |
| HSL | 355.5º | 0.2% | 0.38% | - |
| HSV(B) | 355.5º | 0.34% | 0.46% | - |
| XYZ | 11.68 | 9.89 | 9.08 | - |
| YUV | 90.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 81 | 0 | 0.34 | 0.31 | 0.54 | 355.5 | 0.2 | 0.38 |
| Hex | 76 | 4E | 51 | 0 | 22 | 1F | 36 | 164 | 14 | 26 |
| Octal | 166 | 116 | 121 | 0 | 42 | 37 | 66 | 544 | 24 | 46 |
| Binary | 1110110 | 1001110 | 1010001 | 0 | 100010 | 11111 | 110110 | 101100100 | 10100 | 100110 |
Color Harmonies of #764E51
Complementary color
Monochromatic Colors of #764E51
Black with #764E51
Text Example
Text Example
White with #764E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E51; }
p { color: rgb(118,78,81); }
H1.HeaderClassName
{
color: #764E51;
}
.AnyTagClassName
{
color: #764E51;
}
</style>
background-color css
<style>
a { background-color: #764E51; }
a { background-color: rgb(118,78,81); }
div.DivClassName
{
background-color: #764E51;
}
.BgClassName
{
background-color: #764E51;
}
</style>
border-color css
<style>
span { border-color: #764E51; }
span { border-color: rgb(118,78,81); }
td.TdClassName
{
border-color: #764E51;
}
.TagClassName
{
border-color: #764E51;
}
</style>