Html Css Color HEX #88718C Trendy Pink

📋 copy color: '#88718C'

red 136 ◦ green 113 ◦ blue 140

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

Shades of Trendy Pink #88718C

Tints of Trendy Pink #88718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.05%

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

R = 34.96%
G = 29.05%
B = 35.99%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88718C (or 0x88718C) is known color: Trendy Pink. HEX triplet: 88, 71 and 8C. RGB value is (136,113,140). Sum of RGB (Red+Green+Blue) = 136+113+140=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 140 - color contains mainly: blue. Hex color #88718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88718C is #778E73. Grayscale: #7A7A7A. Windows color (decimal): -7835252 or 9204104. OLE color: 9204104.

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

Color convert

RGB 136 113 140 -
CMYK 0.03 0.19 0 0.45
HSL 291.11º 0.11% 0.5% -
HSV(B) 291.11º 0.19% 0.55% -
XYZ 20.79 18.94 27.37 -
YUV 122.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 136 113 140 0.03 0.19 0 0.45 291.11 0.11 0.5
Hex 88 71 8C 3 13 0 2D 123 B 32
Octal 210 161 214 3 23 0 55 443 13 62
Binary 10001000 1110001 10001100 11 10011 0 101101 100100011 1011 110010

Color Harmonies of #88718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88718C

Black with #88718C

Text Example


Text Example

White with #88718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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