Html Css Color HEX #88708A Trendy Pink

📋 copy color: '#88708A'

red 136 ◦ green 112 ◦ blue 138

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

Shades of Trendy Pink #88708A

Tints of Trendy Pink #88708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.75%

R = 35.23%
G = 29.02%
B = 35.75%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#88708A (or 0x88708A) is known color: Trendy Pink. HEX triplet: 88, 70 and 8A. RGB value is (136,112,138). Sum of RGB (Red+Green+Blue) = 136+112+138=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 138 - color contains mainly: blue. Hex color #88708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88708A is #778F75. Grayscale: #7A7A7A. Windows color (decimal): -7835510 or 9072776. OLE color: 9072776.

HSL color Cylindrical-coordinate representation of color #88708A: hue angle of 295.38º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88708A is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 112 138 -
CMYK 0.01 0.19 0 0.46
HSL 295.38º 0.1% 0.49% -
HSV(B) 295.38º 0.19% 0.54% -
XYZ 20.53 18.66 26.56 -
YUV 122.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 136 112 138 0.01 0.19 0 0.46 295.38 0.1 0.49
Hex 88 70 8A 1 13 0 2E 127 A 31
Octal 210 160 212 1 23 0 56 447 12 61
Binary 10001000 1110000 10001010 1 10011 0 101110 100100111 1010 110001

Color Harmonies of #88708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88708A

Black with #88708A

Text Example


Text Example

White with #88708A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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