#875478

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

Shades of Trendy Pink #875478

Tints of Trendy Pink #875478

Color information

#875478 (or 0x875478) is unknown color: approx Trendy Pink. HEX triplet: 87, 54 and 78. RGB value is (135,84,120). Sum of RGB (Red+Green+Blue) = 135+84+120=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #875478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875478 is #78AB87. Grayscale: #676767. Windows color (decimal): -7908232 or 7885959. OLE color: 7885959.

HSL color Cylindrical-coordinate representation of color #875478: hue angle of 317.65º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #875478 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13584120-
CMYK00.380.110.47
HSL317.65º23.29%42.94%-
HSV(B)317.65º37.78%52.94%-
XYZ16.5512.8519.38-
YUV103.35137.4150.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 120 (47.27% from 255) = 35.40%
R=39.82%
G=24.78%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358412000.380.110.47317.6523.2942.94
Hex875478026B2F13e172b
Octal20712417004613574762753
Binary10000111101010011110000100110101110111110011111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875478; }

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

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

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

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

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

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

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

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