#876A85

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

Shades of Trendy Pink #876A85

Tints of Trendy Pink #876A85

Color information

#876A85 (or 0x876A85) is unknown color: approx Trendy Pink. HEX triplet: 87, 6A and 85. RGB value is (135,106,133). Sum of RGB (Red+Green+Blue) = 135+106+133=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 135 - color contains mainly: red. Hex color #876A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876A85 is #78957A. Grayscale: #757575. Windows color (decimal): -7902587 or 8743559. OLE color: 8743559.

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

Color convert

RGB135106133-
CMYK00.210.010.47
HSL304.14º12.03%47.25%-
HSV(B)304.14º21.48%52.94%-
XYZ19.3817.1524.48-
YUV117.75136.61140.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 106 (41.80% from 255) = 28.34%
BLUE value IS 133 (52.34% from 255) = 35.56%
R=36.10%
G=28.34%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510613300.210.010.47304.1412.0347.25
Hex876A8501512F130c2f
Octal2071522050251574601457
Binary1000011111010101000010101010111011111001100001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876A85; }

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

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

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

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

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

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

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

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