Shades of Solid Pink #764E52
Tints of Solid Pink #764E52
RGB
CMYK
RGB Variations
Color information
#764E52 (or 0x764E52) is known color: Solid Pink. HEX triplet: 76, 4E and 52. RGB value is (118,78,82). Sum of RGB (Red+Green+Blue) = 118+78+82=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #764E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E52 is #89B1AD. Grayscale: #5A5A5A. Windows color (decimal): -9023918 or 5394038. OLE color: 5394038.
HSL color Cylindrical-coordinate representation of color #764E52: hue angle of 354º 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 #764E52 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 82 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.54 |
| HSL | 354º | 0.2% | 0.38% | - |
| HSV(B) | 354º | 0.34% | 0.46% | - |
| XYZ | 11.72 | 9.91 | 9.28 | - |
| YUV | 90.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 82 | 0 | 0.34 | 0.31 | 0.54 | 354 | 0.2 | 0.38 |
| Hex | 76 | 4E | 52 | 0 | 22 | 1F | 36 | 162 | 14 | 26 |
| Octal | 166 | 116 | 122 | 0 | 42 | 37 | 66 | 542 | 24 | 46 |
| Binary | 1110110 | 1001110 | 1010010 | 0 | 100010 | 11111 | 110110 | 101100010 | 10100 | 100110 |
Color Harmonies of #764E52
Complementary color
Monochromatic Colors of #764E52
Black with #764E52
Text Example
Text Example
White with #764E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E52; }
p { color: rgb(118,78,82); }
H1.HeaderClassName
{
color: #764E52;
}
.AnyTagClassName
{
color: #764E52;
}
</style>
background-color css
<style>
a { background-color: #764E52; }
a { background-color: rgb(118,78,82); }
div.DivClassName
{
background-color: #764E52;
}
.BgClassName
{
background-color: #764E52;
}
</style>
border-color css
<style>
span { border-color: #764E52; }
span { border-color: rgb(118,78,82); }
td.TdClassName
{
border-color: #764E52;
}
.TagClassName
{
border-color: #764E52;
}
</style>