#876684

Color #876684 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #876684

Tints of Trendy Pink #876684

Color information

#876684 (or 0x876684) is unknown color: approx Trendy Pink. HEX triplet: 87, 66 and 84. RGB value is (135,102,132). Sum of RGB (Red+Green+Blue) = 135+102+132=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 135 - color contains mainly: red. Hex color #876684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876684 is #78997B. Grayscale: #737373. Windows color (decimal): -7903612 or 8676999. OLE color: 8676999.

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

Color convert

RGB135102132-
CMYK00.240.020.47
HSL305.45º13.92%46.47%-
HSV(B)305.45º24.44%52.94%-
XYZ18.9116.3223.98-
YUV115.29137.43142.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.59%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=36.59%
G=27.64%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510213200.240.020.47305.4513.9246.47
Hex87668401822F131e2e
Octal2071462040302574611656
Binary10000111110011010000100011000101011111001100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876684; }

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

 H1.HeaderClassName
 {
   color: #876684;
 }
 .AnyTagClassName
 {
   color: #876684;
 }
</style>
background-color css

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

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

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

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

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

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