#876681

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

Shades of Trendy Pink #876681

Tints of Trendy Pink #876681

Color information

#876681 (or 0x876681) is unknown color: approx Trendy Pink. HEX triplet: 87, 66 and 81. RGB value is (135,102,129). Sum of RGB (Red+Green+Blue) = 135+102+129=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 135 - color contains mainly: red. Hex color #876681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876681 is #78997E. Grayscale: #727272. Windows color (decimal): -7903615 or 8480391. OLE color: 8480391.

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

Color convert

RGB135102129-
CMYK00.240.040.47
HSL310.91º13.92%46.47%-
HSV(B)310.91º24.44%52.94%-
XYZ18.7116.2422.92-
YUV114.94135.93142.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.89%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 129 (50.78% from 255) = 35.25%
R=36.89%
G=27.87%
B=35.25%

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
Decimal13510212900.240.040.47310.9113.9246.47
Hex87668101842F137e2e
Octal2071462010304574671656
Binary100001111100110100000010110001001011111001101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876681; }

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

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

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

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

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

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

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

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