#876484

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

Shades of Trendy Pink #876484

Tints of Trendy Pink #876484

Color information

#876484 (or 0x876484) is unknown color: approx Trendy Pink. HEX triplet: 87, 64 and 84. RGB value is (135,100,132). Sum of RGB (Red+Green+Blue) = 135+100+132=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 135 - color contains mainly: red. Hex color #876484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876484 is #789B7B. Grayscale: #727272. Windows color (decimal): -7904124 or 8676487. OLE color: 8676487.

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

Color convert

RGB135100132-
CMYK00.260.020.47
HSL305.14º14.89%46.08%-
HSV(B)305.14º25.93%52.94%-
XYZ18.7115.9323.92-
YUV114.11138.1142.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.78%
GREEN value IS 100 (39.45% from 255) = 27.25%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=36.78%
G=27.25%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510013200.260.020.47305.1414.8946.08
Hex87648401A22F131f2e
Octal2071442040322574611756
Binary10000111110010010000100011010101011111001100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876484; }

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

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

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

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

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

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

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

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