Shades of Solid Pink #764B4E
Tints of Solid Pink #764B4E
RGB
CMYK
RGB Variations
Color information
#764B4E (or 0x764B4E) is known color: Solid Pink. HEX triplet: 76, 4B and 4E. RGB value is (118,75,78). Sum of RGB (Red+Green+Blue) = 118+75+78=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #764B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764B4E is #89B4B1. Grayscale: #585858. Windows color (decimal): -9024690 or 5131126. OLE color: 5131126.
HSL color Cylindrical-coordinate representation of color #764B4E: hue angle of 355.81º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #764B4E is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 75 | 78 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.54 |
| HSL | 355.81º | 0.22% | 0.38% | - |
| HSV(B) | 355.81º | 0.36% | 0.46% | - |
| XYZ | 11.36 | 9.43 | 8.43 | - |
| YUV | 88.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 78 | 0 | 0.36 | 0.34 | 0.54 | 355.81 | 0.22 | 0.38 |
| Hex | 76 | 4B | 4E | 0 | 24 | 22 | 36 | 164 | 16 | 26 |
| Octal | 166 | 113 | 116 | 0 | 44 | 42 | 66 | 544 | 26 | 46 |
| Binary | 1110110 | 1001011 | 1001110 | 0 | 100100 | 100010 | 110110 | 101100100 | 10110 | 100110 |
Color Harmonies of #764B4E
Complementary color
Monochromatic Colors of #764B4E
Black with #764B4E
Text Example
Text Example
White with #764B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764B4E; }
p { color: rgb(118,75,78); }
H1.HeaderClassName
{
color: #764B4E;
}
.AnyTagClassName
{
color: #764B4E;
}
</style>
background-color css
<style>
a { background-color: #764B4E; }
a { background-color: rgb(118,75,78); }
div.DivClassName
{
background-color: #764B4E;
}
.BgClassName
{
background-color: #764B4E;
}
</style>
border-color css
<style>
span { border-color: #764B4E; }
span { border-color: rgb(118,75,78); }
td.TdClassName
{
border-color: #764B4E;
}
.TagClassName
{
border-color: #764B4E;
}
</style>