Shades of Trendy Pink #76507B
Tints of Trendy Pink #76507B
RGB
CMYK
RGB Variations
Color information
#76507B (or 0x76507B) is known color: Trendy Pink. HEX triplet: 76, 50 and 7B. RGB value is (118,80,123). Sum of RGB (Red+Green+Blue) = 118+80+123=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #76507B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76507B is #89AF84. Grayscale: #606060. Windows color (decimal): -9023365 or 8081526. OLE color: 8081526.
HSL color Cylindrical-coordinate representation of color #76507B: hue angle of 293.02º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76507B is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 80 | 123 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.52 |
| HSL | 293.02º | 0.21% | 0.4% | - |
| HSV(B) | 293.02º | 0.35% | 0.48% | - |
| XYZ | 13.92 | 11.02 | 20.13 | - |
| YUV | 96.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 80 | 123 | 0.04 | 0.35 | 0 | 0.52 | 293.02 | 0.21 | 0.4 |
| Hex | 76 | 50 | 7B | 4 | 23 | 0 | 34 | 125 | 15 | 28 |
| Octal | 166 | 120 | 173 | 4 | 43 | 0 | 64 | 445 | 25 | 50 |
| Binary | 1110110 | 1010000 | 1111011 | 100 | 100011 | 0 | 110100 | 100100101 | 10101 | 101000 |
Color Harmonies of #76507B
Complementary color
Monochromatic Colors of #76507B
Black with #76507B
Text Example
Text Example
White with #76507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76507B; }
p { color: rgb(118,80,123); }
H1.HeaderClassName
{
color: #76507B;
}
.AnyTagClassName
{
color: #76507B;
}
</style>
background-color css
<style>
a { background-color: #76507B; }
a { background-color: rgb(118,80,123); }
div.DivClassName
{
background-color: #76507B;
}
.BgClassName
{
background-color: #76507B;
}
</style>
border-color css
<style>
span { border-color: #76507B; }
span { border-color: rgb(118,80,123); }
td.TdClassName
{
border-color: #76507B;
}
.TagClassName
{
border-color: #76507B;
}
</style>