Shades of Trendy Pink #76597B
Tints of Trendy Pink #76597B
RGB
CMYK
RGB Variations
Color information
#76597B (or 0x76597B) is known color: Trendy Pink. HEX triplet: 76, 59 and 7B. RGB value is (118,89,123). Sum of RGB (Red+Green+Blue) = 118+89+123=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 123 - color contains mainly: blue. Hex color #76597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76597B is #89A684. Grayscale: #656565. Windows color (decimal): -9021061 or 8083830. OLE color: 8083830.
HSL color Cylindrical-coordinate representation of color #76597B: hue angle of 291.18º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76597B is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 89 | 123 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.52 |
| HSL | 291.18º | 0.16% | 0.42% | - |
| HSV(B) | 291.18º | 0.28% | 0.48% | - |
| XYZ | 14.62 | 12.43 | 20.37 | - |
| YUV | 101.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 123 | 0.04 | 0.28 | 0 | 0.52 | 291.18 | 0.16 | 0.42 |
| Hex | 76 | 59 | 7B | 4 | 1C | 0 | 34 | 123 | 10 | 2A |
| Octal | 166 | 131 | 173 | 4 | 34 | 0 | 64 | 443 | 20 | 52 |
| Binary | 1110110 | 1011001 | 1111011 | 100 | 11100 | 0 | 110100 | 100100011 | 10000 | 101010 |
Color Harmonies of #76597B
Complementary color
Monochromatic Colors of #76597B
Black with #76597B
Text Example
Text Example
White with #76597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76597B; }
p { color: rgb(118,89,123); }
H1.HeaderClassName
{
color: #76597B;
}
.AnyTagClassName
{
color: #76597B;
}
</style>
background-color css
<style>
a { background-color: #76597B; }
a { background-color: rgb(118,89,123); }
div.DivClassName
{
background-color: #76597B;
}
.BgClassName
{
background-color: #76597B;
}
</style>
border-color css
<style>
span { border-color: #76597B; }
span { border-color: rgb(118,89,123); }
td.TdClassName
{
border-color: #76597B;
}
.TagClassName
{
border-color: #76597B;
}
</style>