Shades of Trendy Pink #7B667E
Tints of Trendy Pink #7B667E
RGB
CMYK
RGB Variations
Color information
#7B667E (or 0x7B667E) is known color: Trendy Pink. HEX triplet: 7B, 66 and 7E. RGB value is (123,102,126). Sum of RGB (Red+Green+Blue) = 123+102+126=351 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.04% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 126 - color contains mainly: blue. Hex color #7B667E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B667E is #849981. Grayscale: #6E6E6E. Windows color (decimal): -8690050 or 8283771. OLE color: 8283771.
HSL color Cylindrical-coordinate representation of color #7B667E: hue angle of 292.5º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B667E is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 102 | 126 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.51 |
| HSL | 292.5º | 0.11% | 0.45% | - |
| HSV(B) | 292.5º | 0.19% | 0.49% | - |
| XYZ | 16.69 | 15.22 | 21.8 | - |
| YUV | 111.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 126 | 0.02 | 0.19 | 0 | 0.51 | 292.5 | 0.11 | 0.45 |
| Hex | 7B | 66 | 7E | 2 | 13 | 0 | 33 | 124 | B | 2D |
| Octal | 173 | 146 | 176 | 2 | 23 | 0 | 63 | 444 | 13 | 55 |
| Binary | 1111011 | 1100110 | 1111110 | 10 | 10011 | 0 | 110011 | 100100100 | 1011 | 101101 |
Color Harmonies of #7B667E
Complementary color
Monochromatic Colors of #7B667E
Black with #7B667E
Text Example
Text Example
White with #7B667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B667E; }
p { color: rgb(123,102,126); }
H1.HeaderClassName
{
color: #7B667E;
}
.AnyTagClassName
{
color: #7B667E;
}
</style>
background-color css
<style>
a { background-color: #7B667E; }
a { background-color: rgb(123,102,126); }
div.DivClassName
{
background-color: #7B667E;
}
.BgClassName
{
background-color: #7B667E;
}
</style>
border-color css
<style>
span { border-color: #7B667E; }
span { border-color: rgb(123,102,126); }
td.TdClassName
{
border-color: #7B667E;
}
.TagClassName
{
border-color: #7B667E;
}
</style>