Html Css Color HEX #876688 Trendy Pink

📋 copy color: '#876688'

red 135 ◦ green 102 ◦ blue 136

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

Shades of Trendy Pink #876688

Tints of Trendy Pink #876688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.35%

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

R = 36.19%
G = 27.35%
B = 36.46%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#876688 (or 0x876688) is known color: Trendy Pink. HEX triplet: 87, 66 and 88. RGB value is (135,102,136). Sum of RGB (Red+Green+Blue) = 135+102+136=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 136 - color contains mainly: blue. Hex color #876688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876688 is #789977. Grayscale: #737373. Windows color (decimal): -7903608 or 8939143. OLE color: 8939143.

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

Color convert

RGB 135 102 136 -
CMYK 0.01 0.25 0 0.47
HSL 298.24º 0.14% 0.47% -
HSV(B) 298.24º 0.25% 0.53% -
XYZ 19.19 16.43 25.45 -
YUV 115.74 139.43 141.74 -
System Red Green Blue C M Y K H S L
Decimal 135 102 136 0.01 0.25 0 0.47 298.24 0.14 0.47
Hex 87 66 88 1 19 0 2F 12A E 2F
Octal 207 146 210 1 31 0 57 452 16 57
Binary 10000111 1100110 10001000 1 11001 0 101111 100101010 1110 101111

Color Harmonies of #876688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876688

Black with #876688

Text Example


Text Example

White with #876688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876688; }

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

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

background-color css

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

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

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

border-color css

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

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

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