Html Css Color HEX #88708C Trendy Pink

📋 copy color: '#88708C'

red 136 ◦ green 112 ◦ blue 140

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

Shades of Trendy Pink #88708C

Tints of Trendy Pink #88708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.08%

R = 35.05%
G = 28.87%
B = 36.08%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88708C (or 0x88708C) is known color: Trendy Pink. HEX triplet: 88, 70 and 8C. RGB value is (136,112,140). Sum of RGB (Red+Green+Blue) = 136+112+140=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 140 - color contains mainly: blue. Hex color #88708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88708C is #778F73. Grayscale: #7A7A7A. Windows color (decimal): -7835508 or 9203848. OLE color: 9203848.

HSL color Cylindrical-coordinate representation of color #88708C: hue angle of 291.43º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88708C is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 112 140 -
CMYK 0.03 0.20 0 0.45
HSL 291.43º 0.11% 0.49% -
HSV(B) 291.43º 0.2% 0.55% -
XYZ 20.68 18.72 27.33 -
YUV 122.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 136 112 140 0.03 0.20 0 0.45 291.43 0.11 0.49
Hex 88 70 8C 3 14 0 2D 123 B 31
Octal 210 160 214 3 24 0 55 443 13 61
Binary 10001000 1110000 10001100 11 10100 0 101101 100100011 1011 110001

Color Harmonies of #88708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88708C

Black with #88708C

Text Example


Text Example

White with #88708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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