Shades of Trendy Pink #7D567A
Tints of Trendy Pink #7D567A
RGB
CMYK
RGB Variations
Color information
#7D567A (or 0x7D567A) is known color: Trendy Pink. HEX triplet: 7D, 56 and 7A. RGB value is (125,86,122). Sum of RGB (Red+Green+Blue) = 125+86+122=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 125 - color contains mainly: red. Hex color #7D567A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D567A is #82A985. Grayscale: #656565. Windows color (decimal): -8563078 or 8017533. OLE color: 8017533.
HSL color Cylindrical-coordinate representation of color #7D567A: hue angle of 304.62º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D567A is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 86 | 122 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.51 |
| HSL | 304.62º | 0.18% | 0.41% | - |
| HSV(B) | 304.62º | 0.31% | 0.49% | - |
| XYZ | 15.3 | 12.42 | 20 | - |
| YUV | 101.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 86 | 122 | 0 | 0.31 | 0.02 | 0.51 | 304.62 | 0.18 | 0.41 |
| Hex | 7D | 56 | 7A | 0 | 1F | 2 | 33 | 131 | 12 | 29 |
| Octal | 175 | 126 | 172 | 0 | 37 | 2 | 63 | 461 | 22 | 51 |
| Binary | 1111101 | 1010110 | 1111010 | 0 | 11111 | 10 | 110011 | 100110001 | 10010 | 101001 |
Color Harmonies of #7D567A
Complementary color
Monochromatic Colors of #7D567A
Black with #7D567A
Text Example
Text Example
White with #7D567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D567A; }
p { color: rgb(125,86,122); }
H1.HeaderClassName
{
color: #7D567A;
}
.AnyTagClassName
{
color: #7D567A;
}
</style>
background-color css
<style>
a { background-color: #7D567A; }
a { background-color: rgb(125,86,122); }
div.DivClassName
{
background-color: #7D567A;
}
.BgClassName
{
background-color: #7D567A;
}
</style>
border-color css
<style>
span { border-color: #7D567A; }
span { border-color: rgb(125,86,122); }
td.TdClassName
{
border-color: #7D567A;
}
.TagClassName
{
border-color: #7D567A;
}
</style>