Shades of Trendy Pink #7F5C7B
Tints of Trendy Pink #7F5C7B
RGB
CMYK
RGB Variations
Color information
#7F5C7B (or 0x7F5C7B) is known color: Trendy Pink. HEX triplet: 7F, 5C and 7B. RGB value is (127,92,123). Sum of RGB (Red+Green+Blue) = 127+92+123=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5C7B is #80A384. Grayscale: #696969. Windows color (decimal): -8430469 or 8084607. OLE color: 8084607.
HSL color Cylindrical-coordinate representation of color #7F5C7B: hue angle of 306.86º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F5C7B is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 92 | 123 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.50 |
| HSL | 306.86º | 0.16% | 0.43% | - |
| HSV(B) | 306.86º | 0.28% | 0.5% | - |
| XYZ | 16.15 | 13.6 | 20.51 | - |
| YUV | 106 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 92 | 123 | 0 | 0.28 | 0.03 | 0.50 | 306.86 | 0.16 | 0.43 |
| Hex | 7F | 5C | 7B | 0 | 1C | 3 | 32 | 133 | 10 | 2B |
| Octal | 177 | 134 | 173 | 0 | 34 | 3 | 62 | 463 | 20 | 53 |
| Binary | 1111111 | 1011100 | 1111011 | 0 | 11100 | 11 | 110010 | 100110011 | 10000 | 101011 |
Color Harmonies of #7F5C7B
Complementary color
Monochromatic Colors of #7F5C7B
Black with #7F5C7B
Text Example
Text Example
White with #7F5C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5C7B; }
p { color: rgb(127,92,123); }
H1.HeaderClassName
{
color: #7F5C7B;
}
.AnyTagClassName
{
color: #7F5C7B;
}
</style>
background-color css
<style>
a { background-color: #7F5C7B; }
a { background-color: rgb(127,92,123); }
div.DivClassName
{
background-color: #7F5C7B;
}
.BgClassName
{
background-color: #7F5C7B;
}
</style>
border-color css
<style>
span { border-color: #7F5C7B; }
span { border-color: rgb(127,92,123); }
td.TdClassName
{
border-color: #7F5C7B;
}
.TagClassName
{
border-color: #7F5C7B;
}
</style>