Shades of Trendy Pink #7F6188
Tints of Trendy Pink #7F6188
RGB
CMYK
RGB Variations
Color information
#7F6188 (or 0x7F6188) is known color: Trendy Pink. HEX triplet: 7F, 61 and 88. RGB value is (127,97,136). Sum of RGB (Red+Green+Blue) = 127+97+136=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F6188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6188 is #809E77. Grayscale: #6E6E6E. Windows color (decimal): -8429176 or 8937855. OLE color: 8937855.
HSL color Cylindrical-coordinate representation of color #7F6188: hue angle of 286.15º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F6188 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 97 | 136 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.47 |
| HSL | 286.15º | 0.17% | 0.46% | - |
| HSV(B) | 286.15º | 0.29% | 0.53% | - |
| XYZ | 17.47 | 14.84 | 25.24 | - |
| YUV | 110.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 97 | 136 | 0.07 | 0.29 | 0 | 0.47 | 286.15 | 0.17 | 0.46 |
| Hex | 7F | 61 | 88 | 7 | 1D | 0 | 2F | 11E | 11 | 2E |
| Octal | 177 | 141 | 210 | 7 | 35 | 0 | 57 | 436 | 21 | 56 |
| Binary | 1111111 | 1100001 | 10001000 | 111 | 11101 | 0 | 101111 | 100011110 | 10001 | 101110 |
Color Harmonies of #7F6188
Complementary color
Monochromatic Colors of #7F6188
Black with #7F6188
Text Example
Text Example
White with #7F6188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6188; }
p { color: rgb(127,97,136); }
H1.HeaderClassName
{
color: #7F6188;
}
.AnyTagClassName
{
color: #7F6188;
}
</style>
background-color css
<style>
a { background-color: #7F6188; }
a { background-color: rgb(127,97,136); }
div.DivClassName
{
background-color: #7F6188;
}
.BgClassName
{
background-color: #7F6188;
}
</style>
border-color css
<style>
span { border-color: #7F6188; }
span { border-color: rgb(127,97,136); }
td.TdClassName
{
border-color: #7F6188;
}
.TagClassName
{
border-color: #7F6188;
}
</style>