Html Css Color HEX #88758B Trendy Pink

📋 copy color: '#88758B'

red 136 ◦ green 117 ◦ blue 139

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

Shades of Trendy Pink #88758B

Tints of Trendy Pink #88758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

 BLUE value IS 139 (54.69% from 255) = 35.46%

R = 34.69%
G = 29.85%
B = 35.46%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88758B (or 0x88758B) is known color: Trendy Pink. HEX triplet: 88, 75 and 8B. RGB value is (136,117,139). Sum of RGB (Red+Green+Blue) = 136+117+139=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 139 - color contains mainly: blue. Hex color #88758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88758B is #778A74. Grayscale: #7D7D7D. Windows color (decimal): -7834229 or 9139592. OLE color: 9139592.

HSL color Cylindrical-coordinate representation of color #88758B: hue angle of 291.82º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88758B is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 117 139 -
CMYK 0.02 0.16 0 0.45
HSL 291.82º 0.09% 0.5% -
HSV(B) 291.82º 0.16% 0.55% -
XYZ 21.17 19.82 27.14 -
YUV 125.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 136 117 139 0.02 0.16 0 0.45 291.82 0.09 0.5
Hex 88 75 8B 2 10 0 2D 124 9 32
Octal 210 165 213 2 20 0 55 444 11 62
Binary 10001000 1110101 10001011 10 10000 0 101101 100100100 1001 110010

Color Harmonies of #88758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88758B

Black with #88758B

Text Example


Text Example

White with #88758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88758B; }

 p { color: rgb(136,117,139); }

 H1.HeaderClassName
 {
   color: #88758B;
 }
 .AnyTagClassName
 {
   color: #88758B;
 }
</style>

background-color css

<style>
 a { background-color: #88758B; }

 a { background-color: rgb(136,117,139); }

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

border-color css

<style>
 span { border-color: #88758B; }

 span { border-color: rgb(136,117,139); }

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