#88708D

Color #88708D Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #88708D

Tints of Trendy Pink #88708D

Color information

#88708D (or 0x88708D) is unknown color: approx Trendy Pink. HEX triplet: 88, 70 and 8D. RGB value is (136,112,141). Sum of RGB (Red+Green+Blue) = 136+112+141=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 141 - color contains mainly: blue. Hex color #88708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88708D is #778F72. Grayscale: #7A7A7A. Windows color (decimal): -7835507 or 9269384. OLE color: 9269384.

HSL color Cylindrical-coordinate representation of color #88708D: hue angle of 289.66º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88708D is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB136112141-
CMYK0.040.2100.45
HSL289.66º11.46%49.61%-
HSV(B)289.66º20.57%55.29%-
XYZ20.7618.7527.72-
YUV122.48138.45137.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 112 (44.14% from 255) = 28.79%
BLUE value IS 141 (55.47% from 255) = 36.25%
R=34.96%
G=28.79%
B=36.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361121410.040.2100.45289.6611.4649.61
Hex88708D41502D122b32
Octal2101602154250554421362
Binary100010001110000100011011001010101011011001000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88708D; }

 p { color: rgb(136,112,141); }

 H1.HeaderClassName
 {
   color: #88708D;
 }
 .AnyTagClassName
 {
   color: #88708D;
 }
</style>
background-color css

<style>
 a { background-color: #88708D; }

 a { background-color: rgb(136,112,141); }

 div.DivClassName
 {
   background-color: #88708D;
 }
 .BgClassName
 {
   background-color: #88708D;
 }
</style>
border-color css

<style>
 span { border-color: #88708D; }

 span { border-color: rgb(136,112,141); }

 td.TdClassName
 {
   border-color: #88708D;
 }
 .TagClassName
 {
   border-color: #88708D;
 }
</style>