#875C7D

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

Shades of Trendy Pink #875C7D

Tints of Trendy Pink #875C7D

Color information

#875C7D (or 0x875C7D) is unknown color: approx Trendy Pink. HEX triplet: 87, 5C and 7D. RGB value is (135,92,125). Sum of RGB (Red+Green+Blue) = 135+92+125=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #875C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C7D is #78A382. Grayscale: #6C6C6C. Windows color (decimal): -7906179 or 8215687. OLE color: 8215687.

HSL color Cylindrical-coordinate representation of color #875C7D: hue angle of 313.95º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #875C7D is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13592125-
CMYK00.320.070.47
HSL313.95º18.94%44.51%-
HSV(B)313.95º31.85%52.94%-
XYZ17.5214.2921.24-
YUV108.62137.25146.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.35%
GREEN value IS 92 (36.33% from 255) = 26.14%
BLUE value IS 125 (49.22% from 255) = 35.51%
R=38.35%
G=26.14%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359212500.320.070.47313.9518.9444.51
Hex875C7D02072F13a132d
Octal2071341750407574722355
Binary1000011110111001111101010000011110111110011101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875C7D; }

 p { color: rgb(135,92,125); }

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

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

 a { background-color: rgb(135,92,125); }

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

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

 span { border-color: rgb(135,92,125); }

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