#875780

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

Shades of Trendy Pink #875780

Tints of Trendy Pink #875780

Color information

#875780 (or 0x875780) is unknown color: approx Trendy Pink. HEX triplet: 87, 57 and 80. RGB value is (135,87,128). Sum of RGB (Red+Green+Blue) = 135+87+128=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #875780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875780 is #78A87F. Grayscale: #696969. Windows color (decimal): -7907456 or 8411015. OLE color: 8411015.

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

Color convert

RGB13587128-
CMYK00.360.050.47
HSL308.75º21.62%43.53%-
HSV(B)308.75º35.56%52.94%-
XYZ17.313.5322.12-
YUV106.03140.4148.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 87 (34.38% from 255) = 24.86%
BLUE value IS 128 (50.39% from 255) = 36.57%
R=38.57%
G=24.86%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358712800.360.050.47308.7521.6243.53
Hex87578002452F135162c
Octal2071272000445574652654
Binary10000111101011110000000010010010110111110011010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875780; }

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

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

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

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

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

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

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

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