Html Css Color HEX #875588 Trendy Pink

📋 copy color: '#875588'

red 135 ◦ green 85 ◦ blue 136

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

Shades of Trendy Pink #875588

Tints of Trendy Pink #875588

RGB

 RED value IS 135 (53.13% from 255) = 37.92%

 GREEN value IS 85 (33.59% from 255) = 23.88%

 BLUE value IS 136 (53.52% from 255) = 38.2%

R = 37.92%
G = 23.88%
B = 38.2%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#875588 (or 0x875588) is known color: Trendy Pink. HEX triplet: 87, 55 and 88. RGB value is (135,85,136). Sum of RGB (Red+Green+Blue) = 135+85+136=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 136 - color contains mainly: blue. Hex color #875588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875588 is #78AA77. Grayscale: #696969. Windows color (decimal): -7907960 or 8934791. OLE color: 8934791.

HSL color Cylindrical-coordinate representation of color #875588: hue angle of 298.82º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #875588 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 85 136 -
CMYK 0.01 0.38 0 0.47
HSL 298.82º 0.23% 0.43% -
HSV(B) 298.82º 0.38% 0.53% -
XYZ 17.68 13.43 24.95 -
YUV 105.76 145.07 148.85 -
System Red Green Blue C M Y K H S L
Decimal 135 85 136 0.01 0.38 0 0.47 298.82 0.23 0.43
Hex 87 55 88 1 26 0 2F 12B 17 2B
Octal 207 125 210 1 46 0 57 453 27 53
Binary 10000111 1010101 10001000 1 100110 0 101111 100101011 10111 101011

Color Harmonies of #875588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875588

Black with #875588

Text Example


Text Example

White with #875588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875588; }

 p { color: rgb(135,85,136); }

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

background-color css

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

 a { background-color: rgb(135,85,136); }

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

border-color css

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

 span { border-color: rgb(135,85,136); }

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