#876784

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

Shades of Trendy Pink #876784

Tints of Trendy Pink #876784

Color information

#876784 (or 0x876784) is unknown color: approx Trendy Pink. HEX triplet: 87, 67 and 84. RGB value is (135,103,132). Sum of RGB (Red+Green+Blue) = 135+103+132=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #876784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876784 is #78987B. Grayscale: #737373. Windows color (decimal): -7903356 or 8677255. OLE color: 8677255.

HSL color Cylindrical-coordinate representation of color #876784: hue angle of 305.62º 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 #876784 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB135103132-
CMYK00.240.020.47
HSL305.62º13.45%46.67%-
HSV(B)305.62º23.7%52.94%-
XYZ19.0116.5224.02-
YUV115.87137.1141.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 103 (40.62% from 255) = 27.84%
BLUE value IS 132 (51.95% from 255) = 35.68%
R=36.49%
G=27.84%
B=35.68%

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
Decimal13510313200.240.020.47305.6213.4546.67
Hex87678401822F132d2f
Octal2071472040302574621557
Binary10000111110011110000100011000101011111001100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876784; }

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

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

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

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

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

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

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

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