#876085

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

Shades of Trendy Pink #876085

Tints of Trendy Pink #876085

Color information

#876085 (or 0x876085) is unknown color: approx Trendy Pink. HEX triplet: 87, 60 and 85. RGB value is (135,96,133). Sum of RGB (Red+Green+Blue) = 135+96+133=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 135 - color contains mainly: red. Hex color #876085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876085 is #789F7A. Grayscale: #6F6F6F. Windows color (decimal): -7905147 or 8740999. OLE color: 8740999.

HSL color Cylindrical-coordinate representation of color #876085: hue angle of 303.08º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #876085 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13596133-
CMYK00.290.010.47
HSL303.08º16.88%45.29%-
HSV(B)303.08º28.89%52.94%-
XYZ18.4115.2124.16-
YUV111.88139.92144.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.09%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 133 (52.34% from 255) = 36.54%
R=37.09%
G=26.37%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359613300.290.010.47303.0816.8845.29
Hex87608501D12F12f112d
Octal2071402050351574572155
Binary10000111110000010000101011101110111110010111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876085; }

 p { color: rgb(135,96,133); }

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

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

 a { background-color: rgb(135,96,133); }

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

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

 span { border-color: rgb(135,96,133); }

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