Shades of Trendy Pink #77527B
Tints of Trendy Pink #77527B
RGB
CMYK
RGB Variations
Color information
#77527B (or 0x77527B) is known color: Trendy Pink. HEX triplet: 77, 52 and 7B. RGB value is (119,82,123). Sum of RGB (Red+Green+Blue) = 119+82+123=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #77527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77527B is #88AD84. Grayscale: #616161. Windows color (decimal): -8957317 or 8082039. OLE color: 8082039.
HSL color Cylindrical-coordinate representation of color #77527B: hue angle of 294.15º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77527B is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 82 | 123 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.52 |
| HSL | 294.15º | 0.2% | 0.4% | - |
| HSV(B) | 294.15º | 0.33% | 0.48% | - |
| XYZ | 14.2 | 11.39 | 20.19 | - |
| YUV | 97.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 123 | 0.03 | 0.33 | 0 | 0.52 | 294.15 | 0.2 | 0.4 |
| Hex | 77 | 52 | 7B | 3 | 21 | 0 | 34 | 126 | 14 | 28 |
| Octal | 167 | 122 | 173 | 3 | 41 | 0 | 64 | 446 | 24 | 50 |
| Binary | 1110111 | 1010010 | 1111011 | 11 | 100001 | 0 | 110100 | 100100110 | 10100 | 101000 |
Color Harmonies of #77527B
Complementary color
Monochromatic Colors of #77527B
Black with #77527B
Text Example
Text Example
White with #77527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77527B; }
p { color: rgb(119,82,123); }
H1.HeaderClassName
{
color: #77527B;
}
.AnyTagClassName
{
color: #77527B;
}
</style>
background-color css
<style>
a { background-color: #77527B; }
a { background-color: rgb(119,82,123); }
div.DivClassName
{
background-color: #77527B;
}
.BgClassName
{
background-color: #77527B;
}
</style>
border-color css
<style>
span { border-color: #77527B; }
span { border-color: rgb(119,82,123); }
td.TdClassName
{
border-color: #77527B;
}
.TagClassName
{
border-color: #77527B;
}
</style>