Shades of Trendy Pink #77537B
Tints of Trendy Pink #77537B
RGB
CMYK
RGB Variations
Color information
#77537B (or 0x77537B) is known color: Trendy Pink. HEX triplet: 77, 53 and 7B. RGB value is (119,83,123). Sum of RGB (Red+Green+Blue) = 119+83+123=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 123 - color contains mainly: blue. Hex color #77537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77537B is #88AC84. Grayscale: #626262. Windows color (decimal): -8957061 or 8082295. OLE color: 8082295.
HSL color Cylindrical-coordinate representation of color #77537B: hue angle of 294º degrees, saturation: 0.19, 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 #77537B is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 83 | 123 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.52 |
| HSL | 294º | 0.19% | 0.4% | - |
| HSV(B) | 294º | 0.33% | 0.48% | - |
| XYZ | 14.28 | 11.54 | 20.21 | - |
| YUV | 98.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 83 | 123 | 0.03 | 0.33 | 0 | 0.52 | 294 | 0.19 | 0.4 |
| Hex | 77 | 53 | 7B | 3 | 21 | 0 | 34 | 126 | 13 | 28 |
| Octal | 167 | 123 | 173 | 3 | 41 | 0 | 64 | 446 | 23 | 50 |
| Binary | 1110111 | 1010011 | 1111011 | 11 | 100001 | 0 | 110100 | 100100110 | 10011 | 101000 |
Color Harmonies of #77537B
Complementary color
Monochromatic Colors of #77537B
Black with #77537B
Text Example
Text Example
White with #77537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77537B; }
p { color: rgb(119,83,123); }
H1.HeaderClassName
{
color: #77537B;
}
.AnyTagClassName
{
color: #77537B;
}
</style>
background-color css
<style>
a { background-color: #77537B; }
a { background-color: rgb(119,83,123); }
div.DivClassName
{
background-color: #77537B;
}
.BgClassName
{
background-color: #77537B;
}
</style>
border-color css
<style>
span { border-color: #77537B; }
span { border-color: rgb(119,83,123); }
td.TdClassName
{
border-color: #77537B;
}
.TagClassName
{
border-color: #77537B;
}
</style>