Html Css Color HEX #876888 Trendy Pink

📋 copy color: '#876888'

red 135 ◦ green 104 ◦ blue 136

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

Shades of Trendy Pink #876888

Tints of Trendy Pink #876888

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.73%

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

R = 36%
G = 27.73%
B = 36.27%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#876888 (or 0x876888) is known color: Trendy Pink. HEX triplet: 87, 68 and 88. RGB value is (135,104,136). Sum of RGB (Red+Green+Blue) = 135+104+136=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 136 - color contains mainly: blue. Hex color #876888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876888 is #789777. Grayscale: #747474. Windows color (decimal): -7903096 or 8939655. OLE color: 8939655.

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

Color convert

RGB 135 104 136 -
CMYK 0.01 0.24 0 0.47
HSL 298.13º 0.13% 0.47% -
HSV(B) 298.13º 0.24% 0.53% -
XYZ 19.39 16.83 25.52 -
YUV 116.92 138.77 140.9 -
System Red Green Blue C M Y K H S L
Decimal 135 104 136 0.01 0.24 0 0.47 298.13 0.13 0.47
Hex 87 68 88 1 18 0 2F 12A D 2F
Octal 207 150 210 1 30 0 57 452 15 57
Binary 10000111 1101000 10001000 1 11000 0 101111 100101010 1101 101111

Color Harmonies of #876888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876888

Black with #876888

Text Example


Text Example

White with #876888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876888; }

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

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

background-color css

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

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

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

border-color css

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

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

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