Shades of Trendy Pink #834E7E
Tints of Trendy Pink #834E7E
RGB
CMYK
RGB Variations
Color information
#834E7E (or 0x834E7E) is known color: Trendy Pink. HEX triplet: 83, 4E and 7E. RGB value is (131,78,126). Sum of RGB (Red+Green+Blue) = 131+78+126=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 131 - color contains mainly: red. Hex color #834E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834E7E is #7CB181. Grayscale: #636363. Windows color (decimal): -8171906 or 8277635. OLE color: 8277635.
HSL color Cylindrical-coordinate representation of color #834E7E: hue angle of 305.66º 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 #834E7E is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 78 | 126 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.49 |
| HSL | 305.66º | 0.25% | 0.41% | - |
| HSV(B) | 305.66º | 0.4% | 0.51% | - |
| XYZ | 15.85 | 11.78 | 21.18 | - |
| YUV | 99.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 78 | 126 | 0 | 0.40 | 0.04 | 0.49 | 305.66 | 0.25 | 0.41 |
| Hex | 83 | 4E | 7E | 0 | 28 | 4 | 31 | 132 | 19 | 29 |
| Octal | 203 | 116 | 176 | 0 | 50 | 4 | 61 | 462 | 31 | 51 |
| Binary | 10000011 | 1001110 | 1111110 | 0 | 101000 | 100 | 110001 | 100110010 | 11001 | 101001 |
Color Harmonies of #834E7E
Complementary color
Monochromatic Colors of #834E7E
Black with #834E7E
Text Example
Text Example
White with #834E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834E7E; }
p { color: rgb(131,78,126); }
H1.HeaderClassName
{
color: #834E7E;
}
.AnyTagClassName
{
color: #834E7E;
}
</style>
background-color css
<style>
a { background-color: #834E7E; }
a { background-color: rgb(131,78,126); }
div.DivClassName
{
background-color: #834E7E;
}
.BgClassName
{
background-color: #834E7E;
}
</style>
border-color css
<style>
span { border-color: #834E7E; }
span { border-color: rgb(131,78,126); }
td.TdClassName
{
border-color: #834E7E;
}
.TagClassName
{
border-color: #834E7E;
}
</style>