Shades of Trendy Pink #845E7E
Tints of Trendy Pink #845E7E
RGB
CMYK
RGB Variations
Color information
#845E7E (or 0x845E7E) is known color: Trendy Pink. HEX triplet: 84, 5E and 7E. RGB value is (132,94,126). Sum of RGB (Red+Green+Blue) = 132+94+126=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 132 - color contains mainly: red. Hex color #845E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E7E is #7BA181. Grayscale: #6C6C6C. Windows color (decimal): -8102274 or 8281732. OLE color: 8281732.
HSL color Cylindrical-coordinate representation of color #845E7E: hue angle of 309.47º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #845E7E is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 94 | 126 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.48 |
| HSL | 309.47º | 0.17% | 0.44% | - |
| HSV(B) | 309.47º | 0.29% | 0.52% | - |
| XYZ | 17.28 | 14.42 | 21.61 | - |
| YUV | 109.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 126 | 0 | 0.29 | 0.05 | 0.48 | 309.47 | 0.17 | 0.44 |
| Hex | 84 | 5E | 7E | 0 | 1D | 5 | 30 | 135 | 11 | 2C |
| Octal | 204 | 136 | 176 | 0 | 35 | 5 | 60 | 465 | 21 | 54 |
| Binary | 10000100 | 1011110 | 1111110 | 0 | 11101 | 101 | 110000 | 100110101 | 10001 | 101100 |
Color Harmonies of #845E7E
Complementary color
Monochromatic Colors of #845E7E
Black with #845E7E
Text Example
Text Example
White with #845E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845E7E; }
p { color: rgb(132,94,126); }
H1.HeaderClassName
{
color: #845E7E;
}
.AnyTagClassName
{
color: #845E7E;
}
</style>
background-color css
<style>
a { background-color: #845E7E; }
a { background-color: rgb(132,94,126); }
div.DivClassName
{
background-color: #845E7E;
}
.BgClassName
{
background-color: #845E7E;
}
</style>
border-color css
<style>
span { border-color: #845E7E; }
span { border-color: rgb(132,94,126); }
td.TdClassName
{
border-color: #845E7E;
}
.TagClassName
{
border-color: #845E7E;
}
</style>