#877088

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

Shades of Trendy Pink #877088

Tints of Trendy Pink #877088

Color information

#877088 (or 0x877088) is unknown color: approx Trendy Pink. HEX triplet: 87, 70 and 88. RGB value is (135,112,136). Sum of RGB (Red+Green+Blue) = 135+112+136=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 136 - color contains mainly: blue. Hex color #877088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877088 is #788F77. Grayscale: #797979. Windows color (decimal): -7901048 or 8941703. OLE color: 8941703.

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

Color convert

RGB135112136-
CMYK0.010.1800.47
HSL297.5º9.68%48.63%-
HSV(B)297.5º17.65%53.33%-
XYZ20.2318.5225.8-
YUV121.61136.12137.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.25%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 136 (53.52% from 255) = 35.51%
R=35.25%
G=29.24%
B=35.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351121360.010.1800.47297.59.6848.63
Hex87708811202F12aa31
Octal2071602101220574521261
Binary1000011111100001000100011001001011111001010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877088; }

 p { color: rgb(135,112,136); }

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

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

 a { background-color: rgb(135,112,136); }

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

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

 span { border-color: rgb(135,112,136); }

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