#875E80

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

Shades of Trendy Pink #875E80

Tints of Trendy Pink #875E80

Color information

#875E80 (or 0x875E80) is unknown color: approx Trendy Pink. HEX triplet: 87, 5E and 80. RGB value is (135,94,128). Sum of RGB (Red+Green+Blue) = 135+94+128=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 135 - color contains mainly: red. Hex color #875E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875E80 is #78A17F. Grayscale: #6E6E6E. Windows color (decimal): -7905664 or 8412807. OLE color: 8412807.

HSL color Cylindrical-coordinate representation of color #875E80: hue angle of 310.24º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #875E80 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13594128-
CMYK00.300.050.47
HSL310.24º17.9%44.9%-
HSV(B)310.24º30.37%52.94%-
XYZ17.8914.7122.32-
YUV110.14138.08145.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.82%
GREEN value IS 94 (37.11% from 255) = 26.33%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=37.82%
G=26.33%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359412800.300.050.47310.2417.944.9
Hex875E8001E52F136122d
Octal2071362000365574662255
Binary1000011110111101000000001111010110111110011011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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