#875077

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

Shades of Trendy Pink #875077

Tints of Trendy Pink #875077

Color information

#875077 (or 0x875077) is unknown color: approx Trendy Pink. HEX triplet: 87, 50 and 77. RGB value is (135,80,119). Sum of RGB (Red+Green+Blue) = 135+80+119=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #875077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875077 is #78AF88. Grayscale: #646464. Windows color (decimal): -7909257 or 7819399. OLE color: 7819399.

HSL color Cylindrical-coordinate representation of color #875077: hue angle of 317.45º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875077 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB13580119-
CMYK00.410.120.47
HSL317.45º25.58%42.16%-
HSV(B)317.45º40.74%52.94%-
XYZ16.1912.2218.96-
YUV100.89138.22152.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 80 (31.64% from 255) = 23.95%
BLUE value IS 119 (46.88% from 255) = 35.63%
R=40.42%
G=23.95%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358011900.410.120.47317.4525.5842.16
Hex875077029C2F13d1a2a
Octal20712016705114574753252
Binary10000111101000011101110101001110010111110011110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875077; }

 p { color: rgb(135,80,119); }

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

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

 a { background-color: rgb(135,80,119); }

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

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

 span { border-color: rgb(135,80,119); }

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