Shades of Trendy Pink #76567B
Tints of Trendy Pink #76567B
RGB
CMYK
RGB Variations
Color information
#76567B (or 0x76567B) is known color: Trendy Pink. HEX triplet: 76, 56 and 7B. RGB value is (118,86,123). Sum of RGB (Red+Green+Blue) = 118+86+123=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 123 - color contains mainly: blue. Hex color #76567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76567B is #89A984. Grayscale: #636363. Windows color (decimal): -9021829 or 8083062. OLE color: 8083062.
HSL color Cylindrical-coordinate representation of color #76567B: hue angle of 291.89º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76567B is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 86 | 123 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.52 |
| HSL | 291.89º | 0.18% | 0.41% | - |
| HSV(B) | 291.89º | 0.3% | 0.48% | - |
| XYZ | 14.37 | 11.94 | 20.29 | - |
| YUV | 99.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 123 | 0.04 | 0.30 | 0 | 0.52 | 291.89 | 0.18 | 0.41 |
| Hex | 76 | 56 | 7B | 4 | 1E | 0 | 34 | 124 | 12 | 29 |
| Octal | 166 | 126 | 173 | 4 | 36 | 0 | 64 | 444 | 22 | 51 |
| Binary | 1110110 | 1010110 | 1111011 | 100 | 11110 | 0 | 110100 | 100100100 | 10010 | 101001 |
Color Harmonies of #76567B
Complementary color
Monochromatic Colors of #76567B
Black with #76567B
Text Example
Text Example
White with #76567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76567B; }
p { color: rgb(118,86,123); }
H1.HeaderClassName
{
color: #76567B;
}
.AnyTagClassName
{
color: #76567B;
}
</style>
background-color css
<style>
a { background-color: #76567B; }
a { background-color: rgb(118,86,123); }
div.DivClassName
{
background-color: #76567B;
}
.BgClassName
{
background-color: #76567B;
}
</style>
border-color css
<style>
span { border-color: #76567B; }
span { border-color: rgb(118,86,123); }
td.TdClassName
{
border-color: #76567B;
}
.TagClassName
{
border-color: #76567B;
}
</style>