Shades of Trendy Pink #7E6085
Tints of Trendy Pink #7E6085
RGB
CMYK
RGB Variations
Color information
#7E6085 (or 0x7E6085) is known color: Trendy Pink. HEX triplet: 7E, 60 and 85. RGB value is (126,96,133). Sum of RGB (Red+Green+Blue) = 126+96+133=355 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.49% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #7E6085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6085 is #819F7A. Grayscale: #6D6D6D. Windows color (decimal): -8494971 or 8740990. OLE color: 8740990.
HSL color Cylindrical-coordinate representation of color #7E6085: hue angle of 288.65º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E6085 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 96 | 133 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.48 |
| HSL | 288.65º | 0.16% | 0.45% | - |
| HSV(B) | 288.65º | 0.28% | 0.52% | - |
| XYZ | 17.02 | 14.49 | 24.09 | - |
| YUV | 109.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 96 | 133 | 0.05 | 0.28 | 0 | 0.48 | 288.65 | 0.16 | 0.45 |
| Hex | 7E | 60 | 85 | 5 | 1C | 0 | 30 | 121 | 10 | 2D |
| Octal | 176 | 140 | 205 | 5 | 34 | 0 | 60 | 441 | 20 | 55 |
| Binary | 1111110 | 1100000 | 10000101 | 101 | 11100 | 0 | 110000 | 100100001 | 10000 | 101101 |
Color Harmonies of #7E6085
Complementary color
Monochromatic Colors of #7E6085
Black with #7E6085
Text Example
Text Example
White with #7E6085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6085; }
p { color: rgb(126,96,133); }
H1.HeaderClassName
{
color: #7E6085;
}
.AnyTagClassName
{
color: #7E6085;
}
</style>
background-color css
<style>
a { background-color: #7E6085; }
a { background-color: rgb(126,96,133); }
div.DivClassName
{
background-color: #7E6085;
}
.BgClassName
{
background-color: #7E6085;
}
</style>
border-color css
<style>
span { border-color: #7E6085; }
span { border-color: rgb(126,96,133); }
td.TdClassName
{
border-color: #7E6085;
}
.TagClassName
{
border-color: #7E6085;
}
</style>