Shades of Trendy Pink #88748A
Tints of Trendy Pink #88748A
RGB
CMYK
RGB Variations
Color information
#88748A (or 0x88748A) is known color: Trendy Pink. HEX triplet: 88, 74 and 8A. RGB value is (136,116,138). Sum of RGB (Red+Green+Blue) = 136+116+138=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 138 - color contains mainly: blue. Hex color #88748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88748A is #778B75. Grayscale: #7C7C7C. Windows color (decimal): -7834486 or 9073800. OLE color: 9073800.
HSL color Cylindrical-coordinate representation of color #88748A: hue angle of 294.55º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88748A is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 116 | 138 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.46 |
| HSL | 294.55º | 0.09% | 0.5% | - |
| HSV(B) | 294.55º | 0.16% | 0.54% | - |
| XYZ | 20.99 | 19.56 | 26.71 | - |
| YUV | 124.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 116 | 138 | 0.01 | 0.16 | 0 | 0.46 | 294.55 | 0.09 | 0.5 |
| Hex | 88 | 74 | 8A | 1 | 10 | 0 | 2E | 127 | 9 | 32 |
| Octal | 210 | 164 | 212 | 1 | 20 | 0 | 56 | 447 | 11 | 62 |
| Binary | 10001000 | 1110100 | 10001010 | 1 | 10000 | 0 | 101110 | 100100111 | 1001 | 110010 |
Color Harmonies of #88748A
Complementary color
Monochromatic Colors of #88748A
Black with #88748A
Text Example
Text Example
White with #88748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88748A; }
p { color: rgb(136,116,138); }
H1.HeaderClassName
{
color: #88748A;
}
.AnyTagClassName
{
color: #88748A;
}
</style>
background-color css
<style>
a { background-color: #88748A; }
a { background-color: rgb(136,116,138); }
div.DivClassName
{
background-color: #88748A;
}
.BgClassName
{
background-color: #88748A;
}
</style>
border-color css
<style>
span { border-color: #88748A; }
span { border-color: rgb(136,116,138); }
td.TdClassName
{
border-color: #88748A;
}
.TagClassName
{
border-color: #88748A;
}
</style>