Html Css Color HEX #876988 Trendy Pink

📋 copy color: '#876988'

red 135 ◦ green 105 ◦ blue 136

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

Shades of Trendy Pink #876988

Tints of Trendy Pink #876988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.93%

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

R = 35.9%
G = 27.93%
B = 36.17%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#876988 (or 0x876988) is known color: Trendy Pink. HEX triplet: 87, 69 and 88. RGB value is (135,105,136). Sum of RGB (Red+Green+Blue) = 135+105+136=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 136 - color contains mainly: blue. Hex color #876988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876988 is #789677. Grayscale: #757575. Windows color (decimal): -7902840 or 8939911. OLE color: 8939911.

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

Color convert

RGB 135 105 136 -
CMYK 0.01 0.23 0 0.47
HSL 298.06º 0.13% 0.47% -
HSV(B) 298.06º 0.23% 0.53% -
XYZ 19.49 17.03 25.55 -
YUV 117.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 135 105 136 0.01 0.23 0 0.47 298.06 0.13 0.47
Hex 87 69 88 1 17 0 2F 12A D 2F
Octal 207 151 210 1 27 0 57 452 15 57
Binary 10000111 1101001 10001000 1 10111 0 101111 100101010 1101 101111

Color Harmonies of #876988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876988

Black with #876988

Text Example


Text Example

White with #876988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876988; }

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

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

background-color css

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

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

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

border-color css

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

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

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