#875578

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

Shades of Trendy Pink #875578

Tints of Trendy Pink #875578

Color information

#875578 (or 0x875578) is unknown color: approx Trendy Pink. HEX triplet: 87, 55 and 78. RGB value is (135,85,120). Sum of RGB (Red+Green+Blue) = 135+85+120=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 135 - color contains mainly: red. Hex color #875578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875578 is #78AA87. Grayscale: #676767. Windows color (decimal): -7907976 or 7886215. OLE color: 7886215.

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

Color convert

RGB13585120-
CMYK00.370.110.47
HSL318º22.73%43.14%-
HSV(B)318º37.04%52.94%-
XYZ16.631319.4-
YUV103.94137.06150.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.71%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 120 (47.27% from 255) = 35.29%
R=39.71%
G=25%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358512000.370.110.4731822.7343.14
Hex875578025B2F13e172b
Octal20712517004513574762753
Binary10000111101010111110000100101101110111110011111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875578; }

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

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

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

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

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

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

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

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