Shades of Trendy Pink #7B607F
Tints of Trendy Pink #7B607F
RGB
CMYK
RGB Variations
Color information
#7B607F (or 0x7B607F) is known color: Trendy Pink. HEX triplet: 7B, 60 and 7F. RGB value is (123,96,127). Sum of RGB (Red+Green+Blue) = 123+96+127=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 127 - color contains mainly: blue. Hex color #7B607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B607F is #849F80. Grayscale: #6B6B6B. Windows color (decimal): -8691585 or 8347771. OLE color: 8347771.
HSL color Cylindrical-coordinate representation of color #7B607F: hue angle of 292.26º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B607F is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 96 | 127 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.50 |
| HSL | 292.26º | 0.14% | 0.44% | - |
| HSV(B) | 292.26º | 0.24% | 0.5% | - |
| XYZ | 16.18 | 14.11 | 21.95 | - |
| YUV | 107.61 | 138.95 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 96 | 127 | 0.03 | 0.24 | 0 | 0.50 | 292.26 | 0.14 | 0.44 |
| Hex | 7B | 60 | 7F | 3 | 18 | 0 | 32 | 124 | E | 2C |
| Octal | 173 | 140 | 177 | 3 | 30 | 0 | 62 | 444 | 16 | 54 |
| Binary | 1111011 | 1100000 | 1111111 | 11 | 11000 | 0 | 110010 | 100100100 | 1110 | 101100 |
Color Harmonies of #7B607F
Complementary color
Monochromatic Colors of #7B607F
Black with #7B607F
Text Example
Text Example
White with #7B607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B607F; }
p { color: rgb(123,96,127); }
H1.HeaderClassName
{
color: #7B607F;
}
.AnyTagClassName
{
color: #7B607F;
}
</style>
background-color css
<style>
a { background-color: #7B607F; }
a { background-color: rgb(123,96,127); }
div.DivClassName
{
background-color: #7B607F;
}
.BgClassName
{
background-color: #7B607F;
}
</style>
border-color css
<style>
span { border-color: #7B607F; }
span { border-color: rgb(123,96,127); }
td.TdClassName
{
border-color: #7B607F;
}
.TagClassName
{
border-color: #7B607F;
}
</style>