#875679

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

Shades of Trendy Pink #875679

Tints of Trendy Pink #875679

Color information

#875679 (or 0x875679) is unknown color: approx Trendy Pink. HEX triplet: 87, 56 and 79. RGB value is (135,86,121). Sum of RGB (Red+Green+Blue) = 135+86+121=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 135 - color contains mainly: red. Hex color #875679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875679 is #78A986. Grayscale: #686868. Windows color (decimal): -7907719 or 7952007. OLE color: 7952007.

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

Color convert

RGB13586121-
CMYK00.360.100.47
HSL317.14º22.17%43.33%-
HSV(B)317.14º36.3%52.94%-
XYZ16.7713.1919.75-
YUV104.64137.23149.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.47%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 121 (47.66% from 255) = 35.38%
R=39.47%
G=25.15%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358612100.360.100.47317.1422.1743.33
Hex875679024A2F13d162b
Octal20712617104412574752653
Binary10000111101011011110010100100101010111110011110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875679; }

 p { color: rgb(135,86,121); }

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

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

 a { background-color: rgb(135,86,121); }

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

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

 span { border-color: rgb(135,86,121); }

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