#875B80

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

Shades of Trendy Pink #875B80

Tints of Trendy Pink #875B80

Color information

#875B80 (or 0x875B80) is unknown color: approx Trendy Pink. HEX triplet: 87, 5B and 80. RGB value is (135,91,128). Sum of RGB (Red+Green+Blue) = 135+91+128=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #875B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875B80 is #78A47F. Grayscale: #6C6C6C. Windows color (decimal): -7906432 or 8412039. OLE color: 8412039.

HSL color Cylindrical-coordinate representation of color #875B80: hue angle of 309.55º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #875B80 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13591128-
CMYK00.330.050.47
HSL309.55º19.47%44.31%-
HSV(B)309.55º32.59%52.94%-
XYZ17.6314.1922.23-
YUV108.37139.08146.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.14%
GREEN value IS 91 (35.94% from 255) = 25.71%
BLUE value IS 128 (50.39% from 255) = 36.16%
R=38.14%
G=25.71%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359112800.330.050.47309.5519.4744.31
Hex875B8002152F136132c
Octal2071332000415574662354
Binary10000111101101110000000010000110110111110011011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875B80; }

 p { color: rgb(135,91,128); }

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

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

 a { background-color: rgb(135,91,128); }

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

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

 span { border-color: rgb(135,91,128); }

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