Shades of Trendy Pink #7B637D
Tints of Trendy Pink #7B637D
RGB
CMYK
RGB Variations
Color information
#7B637D (or 0x7B637D) is known color: Trendy Pink. HEX triplet: 7B, 63 and 7D. RGB value is (123,99,125). Sum of RGB (Red+Green+Blue) = 123+99+125=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 125 - color contains mainly: blue. Hex color #7B637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B637D is #849C82. Grayscale: #6D6D6D. Windows color (decimal): -8690819 or 8217467. OLE color: 8217467.
HSL color Cylindrical-coordinate representation of color #7B637D: hue angle of 295.38º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B637D is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 99 | 125 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.51 |
| HSL | 295.38º | 0.12% | 0.44% | - |
| HSV(B) | 295.38º | 0.21% | 0.49% | - |
| XYZ | 16.33 | 14.62 | 21.36 | - |
| YUV | 109.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 99 | 125 | 0.02 | 0.21 | 0 | 0.51 | 295.38 | 0.12 | 0.44 |
| Hex | 7B | 63 | 7D | 2 | 15 | 0 | 33 | 127 | C | 2C |
| Octal | 173 | 143 | 175 | 2 | 25 | 0 | 63 | 447 | 14 | 54 |
| Binary | 1111011 | 1100011 | 1111101 | 10 | 10101 | 0 | 110011 | 100100111 | 1100 | 101100 |
Color Harmonies of #7B637D
Complementary color
Monochromatic Colors of #7B637D
Black with #7B637D
Text Example
Text Example
White with #7B637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B637D; }
p { color: rgb(123,99,125); }
H1.HeaderClassName
{
color: #7B637D;
}
.AnyTagClassName
{
color: #7B637D;
}
</style>
background-color css
<style>
a { background-color: #7B637D; }
a { background-color: rgb(123,99,125); }
div.DivClassName
{
background-color: #7B637D;
}
.BgClassName
{
background-color: #7B637D;
}
</style>
border-color css
<style>
span { border-color: #7B637D; }
span { border-color: rgb(123,99,125); }
td.TdClassName
{
border-color: #7B637D;
}
.TagClassName
{
border-color: #7B637D;
}
</style>