Html Css Color HEX #876A84 Trendy Pink

📋 copy color: '#876A84'

red 135 ◦ green 106 ◦ blue 132

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

Shades of Trendy Pink #876A84

Tints of Trendy Pink #876A84

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.42%

 BLUE value IS 132 (51.95% from 255) = 35.39%

R = 36.19%
G = 28.42%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#876A84 (or 0x876A84) is known color: Trendy Pink. HEX triplet: 87, 6A and 84. RGB value is (135,106,132). Sum of RGB (Red+Green+Blue) = 135+106+132=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #876A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876A84 is #78957B. Grayscale: #757575. Windows color (decimal): -7902588 or 8678023. OLE color: 8678023.

HSL color Cylindrical-coordinate representation of color #876A84: hue angle of 306.21º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #876A84 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 106 132 -
CMYK 0 0.21 0.02 0.47
HSL 306.21º 0.12% 0.47% -
HSV(B) 306.21º 0.21% 0.53% -
XYZ 19.31 17.12 24.12 -
YUV 117.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 135 106 132 0 0.21 0.02 0.47 306.21 0.12 0.47
Hex 87 6A 84 0 15 2 2F 132 C 2F
Octal 207 152 204 0 25 2 57 462 14 57
Binary 10000111 1101010 10000100 0 10101 10 101111 100110010 1100 101111

Color Harmonies of #876A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876A84

Black with #876A84

Text Example


Text Example

White with #876A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876A84; }

 p { color: rgb(135,106,132); }

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

background-color css

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

 a { background-color: rgb(135,106,132); }

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

border-color css

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

 span { border-color: rgb(135,106,132); }

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