#875178

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

Shades of Trendy Pink #875178

Tints of Trendy Pink #875178

Color information

#875178 (or 0x875178) is unknown color: approx Trendy Pink. HEX triplet: 87, 51 and 78. RGB value is (135,81,120). Sum of RGB (Red+Green+Blue) = 135+81+120=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #875178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875178 is #78AE87. Grayscale: #656565. Windows color (decimal): -7909000 or 7885191. OLE color: 7885191.

HSL color Cylindrical-coordinate representation of color #875178: hue angle of 316.67º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #875178 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13581120-
CMYK00.400.110.47
HSL316.67º25%42.35%-
HSV(B)316.67º40%52.94%-
XYZ16.3212.3919.3-
YUV101.59138.39151.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.18%
GREEN value IS 81 (32.03% from 255) = 24.11%
BLUE value IS 120 (47.27% from 255) = 35.71%
R=40.18%
G=24.11%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358112000.400.110.47316.672542.35
Hex875178028B2F13d192a
Octal20712117005013574753152
Binary10000111101000111110000101000101110111110011110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875178; }

 p { color: rgb(135,81,120); }

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

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

 a { background-color: rgb(135,81,120); }

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

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

 span { border-color: rgb(135,81,120); }

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