Shades of Trendy Pink #7B637C
Tints of Trendy Pink #7B637C
RGB
CMYK
RGB Variations
Color information
#7B637C (or 0x7B637C) is known color: Trendy Pink. HEX triplet: 7B, 63 and 7C. RGB value is (123,99,124). Sum of RGB (Red+Green+Blue) = 123+99+124=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 124 - color contains mainly: blue. Hex color #7B637C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B637C is #849C83. Grayscale: #6C6C6C. Windows color (decimal): -8690820 or 8151931. OLE color: 8151931.
HSL color Cylindrical-coordinate representation of color #7B637C: hue angle of 297.6º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7B637C is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 99 | 124 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.51 |
| HSL | 297.6º | 0.11% | 0.44% | - |
| HSV(B) | 297.6º | 0.2% | 0.49% | - |
| XYZ | 16.27 | 14.59 | 21.03 | - |
| YUV | 109.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 99 | 124 | 0.01 | 0.20 | 0 | 0.51 | 297.6 | 0.11 | 0.44 |
| Hex | 7B | 63 | 7C | 1 | 14 | 0 | 33 | 12A | B | 2C |
| Octal | 173 | 143 | 174 | 1 | 24 | 0 | 63 | 452 | 13 | 54 |
| Binary | 1111011 | 1100011 | 1111100 | 1 | 10100 | 0 | 110011 | 100101010 | 1011 | 101100 |
Color Harmonies of #7B637C
Complementary color
Monochromatic Colors of #7B637C
Black with #7B637C
Text Example
Text Example
White with #7B637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B637C; }
p { color: rgb(123,99,124); }
H1.HeaderClassName
{
color: #7B637C;
}
.AnyTagClassName
{
color: #7B637C;
}
</style>
background-color css
<style>
a { background-color: #7B637C; }
a { background-color: rgb(123,99,124); }
div.DivClassName
{
background-color: #7B637C;
}
.BgClassName
{
background-color: #7B637C;
}
</style>
border-color css
<style>
span { border-color: #7B637C; }
span { border-color: rgb(123,99,124); }
td.TdClassName
{
border-color: #7B637C;
}
.TagClassName
{
border-color: #7B637C;
}
</style>