Shades of Trendy Pink #7D6082
Tints of Trendy Pink #7D6082
RGB
CMYK
RGB Variations
Color information
#7D6082 (or 0x7D6082) is known color: Trendy Pink. HEX triplet: 7D, 60 and 82. RGB value is (125,96,130). Sum of RGB (Red+Green+Blue) = 125+96+130=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D6082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6082 is #829F7D. Grayscale: #6C6C6C. Windows color (decimal): -8560510 or 8544381. OLE color: 8544381.
HSL color Cylindrical-coordinate representation of color #7D6082: hue angle of 291.18º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D6082 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 96 | 130 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.49 |
| HSL | 291.18º | 0.15% | 0.44% | - |
| HSV(B) | 291.18º | 0.26% | 0.51% | - |
| XYZ | 16.67 | 14.34 | 23.01 | - |
| YUV | 108.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 96 | 130 | 0.04 | 0.26 | 0 | 0.49 | 291.18 | 0.15 | 0.44 |
| Hex | 7D | 60 | 82 | 4 | 1A | 0 | 31 | 123 | F | 2C |
| Octal | 175 | 140 | 202 | 4 | 32 | 0 | 61 | 443 | 17 | 54 |
| Binary | 1111101 | 1100000 | 10000010 | 100 | 11010 | 0 | 110001 | 100100011 | 1111 | 101100 |
Color Harmonies of #7D6082
Complementary color
Monochromatic Colors of #7D6082
Black with #7D6082
Text Example
Text Example
White with #7D6082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6082; }
p { color: rgb(125,96,130); }
H1.HeaderClassName
{
color: #7D6082;
}
.AnyTagClassName
{
color: #7D6082;
}
</style>
background-color css
<style>
a { background-color: #7D6082; }
a { background-color: rgb(125,96,130); }
div.DivClassName
{
background-color: #7D6082;
}
.BgClassName
{
background-color: #7D6082;
}
</style>
border-color css
<style>
span { border-color: #7D6082; }
span { border-color: rgb(125,96,130); }
td.TdClassName
{
border-color: #7D6082;
}
.TagClassName
{
border-color: #7D6082;
}
</style>