Shades of Trendy Pink #7B647F
Tints of Trendy Pink #7B647F
RGB
CMYK
RGB Variations
Color information
#7B647F (or 0x7B647F) is known color: Trendy Pink. HEX triplet: 7B, 64 and 7F. RGB value is (123,100,127). Sum of RGB (Red+Green+Blue) = 123+100+127=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 127 - color contains mainly: blue. Hex color #7B647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B647F is #849B80. Grayscale: #6D6D6D. Windows color (decimal): -8690561 or 8348795. OLE color: 8348795.
HSL color Cylindrical-coordinate representation of color #7B647F: hue angle of 291.11º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B647F is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 100 | 127 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.50 |
| HSL | 291.11º | 0.12% | 0.45% | - |
| HSV(B) | 291.11º | 0.21% | 0.5% | - |
| XYZ | 16.56 | 14.86 | 22.07 | - |
| YUV | 109.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 100 | 127 | 0.03 | 0.21 | 0 | 0.50 | 291.11 | 0.12 | 0.45 |
| Hex | 7B | 64 | 7F | 3 | 15 | 0 | 32 | 123 | C | 2D |
| Octal | 173 | 144 | 177 | 3 | 25 | 0 | 62 | 443 | 14 | 55 |
| Binary | 1111011 | 1100100 | 1111111 | 11 | 10101 | 0 | 110010 | 100100011 | 1100 | 101101 |
Color Harmonies of #7B647F
Complementary color
Monochromatic Colors of #7B647F
Black with #7B647F
Text Example
Text Example
White with #7B647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B647F; }
p { color: rgb(123,100,127); }
H1.HeaderClassName
{
color: #7B647F;
}
.AnyTagClassName
{
color: #7B647F;
}
</style>
background-color css
<style>
a { background-color: #7B647F; }
a { background-color: rgb(123,100,127); }
div.DivClassName
{
background-color: #7B647F;
}
.BgClassName
{
background-color: #7B647F;
}
</style>
border-color css
<style>
span { border-color: #7B647F; }
span { border-color: rgb(123,100,127); }
td.TdClassName
{
border-color: #7B647F;
}
.TagClassName
{
border-color: #7B647F;
}
</style>