#875781

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

Shades of Trendy Pink #875781

Tints of Trendy Pink #875781

Color information

#875781 (or 0x875781) is unknown color: approx Trendy Pink. HEX triplet: 87, 57 and 81. RGB value is (135,87,129). Sum of RGB (Red+Green+Blue) = 135+87+129=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #875781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875781 is #78A87E. Grayscale: #6A6A6A. Windows color (decimal): -7907455 or 8476551. OLE color: 8476551.

HSL color Cylindrical-coordinate representation of color #875781: hue angle of 307.5º 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 #875781 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13587129-
CMYK00.360.040.47
HSL307.5º21.62%43.53%-
HSV(B)307.5º35.56%52.94%-
XYZ17.3613.5522.47-
YUV106.14140.9148.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.46%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 129 (50.78% from 255) = 36.75%
R=38.46%
G=24.79%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358712900.360.040.47307.521.6243.53
Hex87578102442F134162c
Octal2071272010444574642654
Binary10000111101011110000001010010010010111110011010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875781; }

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

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

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

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

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

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

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

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