Html Css Color HEX #88708E Trendy Pink

📋 copy color: '#88708E'

red 136 ◦ green 112 ◦ blue 142

#88708E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #88708E

Tints of Trendy Pink #88708E

RGB

 RED value IS 136 (53.52% from 255) = 34.87%

 GREEN value IS 112 (44.14% from 255) = 28.72%

 BLUE value IS 142 (55.86% from 255) = 36.41%

R = 34.87%
G = 28.72%
B = 36.41%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#88708E (or 0x88708E) is known color: Trendy Pink. HEX triplet: 88, 70 and 8E. RGB value is (136,112,142). Sum of RGB (Red+Green+Blue) = 136+112+142=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 142 - color contains mainly: blue. Hex color #88708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88708E is #778F71. Grayscale: #7A7A7A. Windows color (decimal): -7835506 or 9334920. OLE color: 9334920.

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

Color convert

RGB 136 112 142 -
CMYK 0.04 0.21 0 0.44
HSL 288º 0.12% 0.5% -
HSV(B) 288º 0.21% 0.56% -
XYZ 20.83 18.78 28.12 -
YUV 122.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 136 112 142 0.04 0.21 0 0.44 288 0.12 0.5
Hex 88 70 8E 4 15 0 2C 120 C 32
Octal 210 160 216 4 25 0 54 440 14 62
Binary 10001000 1110000 10001110 100 10101 0 101100 100100000 1100 110010

Color Harmonies of #88708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88708E

Black with #88708E

Text Example


Text Example

White with #88708E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88708E;
 }
 .AnyTagClassName
 {
   color: #88708E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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