Shades of Trendy Pink #814E7E
Tints of Trendy Pink #814E7E
RGB
CMYK
RGB Variations
Color information
#814E7E (or 0x814E7E) is known color: Trendy Pink. HEX triplet: 81, 4E and 7E. RGB value is (129,78,126). Sum of RGB (Red+Green+Blue) = 129+78+126=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 129 - color contains mainly: red. Hex color #814E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814E7E is #7EB181. Grayscale: #626262. Windows color (decimal): -8302978 or 8277633. OLE color: 8277633.
HSL color Cylindrical-coordinate representation of color #814E7E: hue angle of 303.53º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #814E7E is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 78 | 126 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.49 |
| HSL | 303.53º | 0.25% | 0.41% | - |
| HSV(B) | 303.53º | 0.4% | 0.51% | - |
| XYZ | 15.54 | 11.62 | 21.16 | - |
| YUV | 98.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 126 | 0 | 0.40 | 0.02 | 0.49 | 303.53 | 0.25 | 0.41 |
| Hex | 81 | 4E | 7E | 0 | 28 | 2 | 31 | 130 | 19 | 29 |
| Octal | 201 | 116 | 176 | 0 | 50 | 2 | 61 | 460 | 31 | 51 |
| Binary | 10000001 | 1001110 | 1111110 | 0 | 101000 | 10 | 110001 | 100110000 | 11001 | 101001 |
Color Harmonies of #814E7E
Complementary color
Monochromatic Colors of #814E7E
Black with #814E7E
Text Example
Text Example
White with #814E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814E7E; }
p { color: rgb(129,78,126); }
H1.HeaderClassName
{
color: #814E7E;
}
.AnyTagClassName
{
color: #814E7E;
}
</style>
background-color css
<style>
a { background-color: #814E7E; }
a { background-color: rgb(129,78,126); }
div.DivClassName
{
background-color: #814E7E;
}
.BgClassName
{
background-color: #814E7E;
}
</style>
border-color css
<style>
span { border-color: #814E7E; }
span { border-color: rgb(129,78,126); }
td.TdClassName
{
border-color: #814E7E;
}
.TagClassName
{
border-color: #814E7E;
}
</style>