Shades of Trendy Pink #7A637D
Tints of Trendy Pink #7A637D
RGB
CMYK
RGB Variations
Color information
#7A637D (or 0x7A637D) is known color: Trendy Pink. HEX triplet: 7A, 63 and 7D. RGB value is (122,99,125). Sum of RGB (Red+Green+Blue) = 122+99+125=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 125 - color contains mainly: blue. Hex color #7A637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A637D is #859C82. Grayscale: #6C6C6C. Windows color (decimal): -8756355 or 8217466. OLE color: 8217466.
HSL color Cylindrical-coordinate representation of color #7A637D: hue angle of 293.08º 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 #7A637D is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 99 | 125 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.51 |
| HSL | 293.08º | 0.12% | 0.44% | - |
| HSV(B) | 293.08º | 0.21% | 0.49% | - |
| XYZ | 16.19 | 14.54 | 21.36 | - |
| YUV | 108.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 125 | 0.02 | 0.21 | 0 | 0.51 | 293.08 | 0.12 | 0.44 |
| Hex | 7A | 63 | 7D | 2 | 15 | 0 | 33 | 125 | C | 2C |
| Octal | 172 | 143 | 175 | 2 | 25 | 0 | 63 | 445 | 14 | 54 |
| Binary | 1111010 | 1100011 | 1111101 | 10 | 10101 | 0 | 110011 | 100100101 | 1100 | 101100 |
Color Harmonies of #7A637D
Complementary color
Monochromatic Colors of #7A637D
Black with #7A637D
Text Example
Text Example
White with #7A637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A637D; }
p { color: rgb(122,99,125); }
H1.HeaderClassName
{
color: #7A637D;
}
.AnyTagClassName
{
color: #7A637D;
}
</style>
background-color css
<style>
a { background-color: #7A637D; }
a { background-color: rgb(122,99,125); }
div.DivClassName
{
background-color: #7A637D;
}
.BgClassName
{
background-color: #7A637D;
}
</style>
border-color css
<style>
span { border-color: #7A637D; }
span { border-color: rgb(122,99,125); }
td.TdClassName
{
border-color: #7A637D;
}
.TagClassName
{
border-color: #7A637D;
}
</style>