Shades of Trendy Pink #815E7C
Tints of Trendy Pink #815E7C
RGB
CMYK
RGB Variations
Color information
#815E7C (or 0x815E7C) is known color: Trendy Pink. HEX triplet: 81, 5E and 7C. RGB value is (129,94,124). Sum of RGB (Red+Green+Blue) = 129+94+124=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 129 - color contains mainly: red. Hex color #815E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815E7C is #7EA183. Grayscale: #6B6B6B. Windows color (decimal): -8298884 or 8150657. OLE color: 8150657.
HSL color Cylindrical-coordinate representation of color #815E7C: hue angle of 308.57º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #815E7C is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 94 | 124 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.49 |
| HSL | 308.57º | 0.16% | 0.44% | - |
| HSV(B) | 308.57º | 0.27% | 0.51% | - |
| XYZ | 16.69 | 14.13 | 20.92 | - |
| YUV | 107.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 94 | 124 | 0 | 0.27 | 0.04 | 0.49 | 308.57 | 0.16 | 0.44 |
| Hex | 81 | 5E | 7C | 0 | 1B | 4 | 31 | 135 | 10 | 2C |
| Octal | 201 | 136 | 174 | 0 | 33 | 4 | 61 | 465 | 20 | 54 |
| Binary | 10000001 | 1011110 | 1111100 | 0 | 11011 | 100 | 110001 | 100110101 | 10000 | 101100 |
Color Harmonies of #815E7C
Complementary color
Monochromatic Colors of #815E7C
Black with #815E7C
Text Example
Text Example
White with #815E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815E7C; }
p { color: rgb(129,94,124); }
H1.HeaderClassName
{
color: #815E7C;
}
.AnyTagClassName
{
color: #815E7C;
}
</style>
background-color css
<style>
a { background-color: #815E7C; }
a { background-color: rgb(129,94,124); }
div.DivClassName
{
background-color: #815E7C;
}
.BgClassName
{
background-color: #815E7C;
}
</style>
border-color css
<style>
span { border-color: #815E7C; }
span { border-color: rgb(129,94,124); }
td.TdClassName
{
border-color: #815E7C;
}
.TagClassName
{
border-color: #815E7C;
}
</style>