Shades of Trendy Pink #7D6281
Tints of Trendy Pink #7D6281
RGB
CMYK
RGB Variations
Color information
#7D6281 (or 0x7D6281) is known color: Trendy Pink. HEX triplet: 7D, 62 and 81. RGB value is (125,98,129). Sum of RGB (Red+Green+Blue) = 125+98+129=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 129 - color contains mainly: blue. Hex color #7D6281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6281 is #829D7E. Grayscale: #6D6D6D. Windows color (decimal): -8559999 or 8479357. OLE color: 8479357.
HSL color Cylindrical-coordinate representation of color #7D6281: hue angle of 292.26º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D6281 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 98 | 129 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.49 |
| HSL | 292.26º | 0.14% | 0.45% | - |
| HSV(B) | 292.26º | 0.24% | 0.51% | - |
| XYZ | 16.79 | 14.68 | 22.72 | - |
| YUV | 109.61 | 138.95 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 129 | 0.03 | 0.24 | 0 | 0.49 | 292.26 | 0.14 | 0.45 |
| Hex | 7D | 62 | 81 | 3 | 18 | 0 | 31 | 124 | E | 2D |
| Octal | 175 | 142 | 201 | 3 | 30 | 0 | 61 | 444 | 16 | 55 |
| Binary | 1111101 | 1100010 | 10000001 | 11 | 11000 | 0 | 110001 | 100100100 | 1110 | 101101 |
Color Harmonies of #7D6281
Complementary color
Monochromatic Colors of #7D6281
Black with #7D6281
Text Example
Text Example
White with #7D6281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6281; }
p { color: rgb(125,98,129); }
H1.HeaderClassName
{
color: #7D6281;
}
.AnyTagClassName
{
color: #7D6281;
}
</style>
background-color css
<style>
a { background-color: #7D6281; }
a { background-color: rgb(125,98,129); }
div.DivClassName
{
background-color: #7D6281;
}
.BgClassName
{
background-color: #7D6281;
}
</style>
border-color css
<style>
span { border-color: #7D6281; }
span { border-color: rgb(125,98,129); }
td.TdClassName
{
border-color: #7D6281;
}
.TagClassName
{
border-color: #7D6281;
}
</style>