Shades of Trendy Pink #7C677F
Tints of Trendy Pink #7C677F
RGB
CMYK
RGB Variations
Color information
#7C677F (or 0x7C677F) is known color: Trendy Pink. HEX triplet: 7C, 67 and 7F. RGB value is (124,103,127). Sum of RGB (Red+Green+Blue) = 124+103+127=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 127 - color contains mainly: blue. Hex color #7C677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C677F is #839880. Grayscale: #6F6F6F. Windows color (decimal): -8624257 or 8349564. OLE color: 8349564.
HSL color Cylindrical-coordinate representation of color #7C677F: hue angle of 292.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C677F is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 124 | 103 | 127 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.50 |
| HSL | 292.5º | 0.1% | 0.45% | - |
| HSV(B) | 292.5º | 0.19% | 0.5% | - |
| XYZ | 16.99 | 15.52 | 22.18 | - |
| YUV | 112.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 127 | 0.02 | 0.19 | 0 | 0.50 | 292.5 | 0.1 | 0.45 |
| Hex | 7C | 67 | 7F | 2 | 13 | 0 | 32 | 124 | A | 2D |
| Octal | 174 | 147 | 177 | 2 | 23 | 0 | 62 | 444 | 12 | 55 |
| Binary | 1111100 | 1100111 | 1111111 | 10 | 10011 | 0 | 110010 | 100100100 | 1010 | 101101 |
Color Harmonies of #7C677F
Complementary color
Monochromatic Colors of #7C677F
Black with #7C677F
Text Example
Text Example
White with #7C677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C677F; }
p { color: rgb(124,103,127); }
H1.HeaderClassName
{
color: #7C677F;
}
.AnyTagClassName
{
color: #7C677F;
}
</style>
background-color css
<style>
a { background-color: #7C677F; }
a { background-color: rgb(124,103,127); }
div.DivClassName
{
background-color: #7C677F;
}
.BgClassName
{
background-color: #7C677F;
}
</style>
border-color css
<style>
span { border-color: #7C677F; }
span { border-color: rgb(124,103,127); }
td.TdClassName
{
border-color: #7C677F;
}
.TagClassName
{
border-color: #7C677F;
}
</style>