Shades of Trendy Pink #89768A
Tints of Trendy Pink #89768A
RGB
CMYK
RGB Variations
Color information
#89768A (or 0x89768A) is known color: Trendy Pink. HEX triplet: 89, 76 and 8A. RGB value is (137,118,138). Sum of RGB (Red+Green+Blue) = 137+118+138=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 138 - color contains mainly: blue. Hex color #89768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89768A is #768975. Grayscale: #7D7D7D. Windows color (decimal): -7768438 or 9074313. OLE color: 9074313.
HSL color Cylindrical-coordinate representation of color #89768A: hue angle of 297º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #89768A is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 118 | 138 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.46 |
| HSL | 297º | 0.08% | 0.5% | - |
| HSV(B) | 297º | 0.14% | 0.54% | - |
| XYZ | 21.38 | 20.11 | 26.8 | - |
| YUV | 125.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 138 | 0.01 | 0.14 | 0 | 0.46 | 297 | 0.08 | 0.5 |
| Hex | 89 | 76 | 8A | 1 | E | 0 | 2E | 129 | 8 | 32 |
| Octal | 211 | 166 | 212 | 1 | 16 | 0 | 56 | 451 | 10 | 62 |
| Binary | 10001001 | 1110110 | 10001010 | 1 | 1110 | 0 | 101110 | 100101001 | 1000 | 110010 |
Color Harmonies of #89768A
Complementary color
Monochromatic Colors of #89768A
Black with #89768A
Text Example
Text Example
White with #89768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89768A; }
p { color: rgb(137,118,138); }
H1.HeaderClassName
{
color: #89768A;
}
.AnyTagClassName
{
color: #89768A;
}
</style>
background-color css
<style>
a { background-color: #89768A; }
a { background-color: rgb(137,118,138); }
div.DivClassName
{
background-color: #89768A;
}
.BgClassName
{
background-color: #89768A;
}
</style>
border-color css
<style>
span { border-color: #89768A; }
span { border-color: rgb(137,118,138); }
td.TdClassName
{
border-color: #89768A;
}
.TagClassName
{
border-color: #89768A;
}
</style>