#876682

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

Shades of Trendy Pink #876682

Tints of Trendy Pink #876682

Color information

#876682 (or 0x876682) is unknown color: approx Trendy Pink. HEX triplet: 87, 66 and 82. RGB value is (135,102,130). Sum of RGB (Red+Green+Blue) = 135+102+130=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 135 - color contains mainly: red. Hex color #876682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876682 is #78997D. Grayscale: #727272. Windows color (decimal): -7903614 or 8545927. OLE color: 8545927.

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

Color convert

RGB135102130-
CMYK00.240.040.47
HSL309.09º13.92%46.47%-
HSV(B)309.09º24.44%52.94%-
XYZ18.7716.2723.27-
YUV115.06136.43142.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.78%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 130 (51.17% from 255) = 35.42%
R=36.78%
G=27.79%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510213000.240.040.47309.0913.9246.47
Hex87668201842F135e2e
Octal2071462020304574651656
Binary100001111100110100000100110001001011111001101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876682; }

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

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

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

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

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

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

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

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