#875D7D

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

Shades of Trendy Pink #875D7D

Tints of Trendy Pink #875D7D

Color information

#875D7D (or 0x875D7D) is unknown color: approx Trendy Pink. HEX triplet: 87, 5D and 7D. RGB value is (135,93,125). Sum of RGB (Red+Green+Blue) = 135+93+125=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #875D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D7D is #78A282. Grayscale: #6D6D6D. Windows color (decimal): -7905923 or 8215943. OLE color: 8215943.

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

Color convert

RGB13593125-
CMYK00.310.070.47
HSL314.29º18.42%44.71%-
HSV(B)314.29º31.11%52.94%-
XYZ17.6114.4621.27-
YUV109.21136.91146.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.24%
GREEN value IS 93 (36.72% from 255) = 26.35%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=38.24%
G=26.35%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359312500.310.070.47314.2918.4244.71
Hex875D7D01F72F13a122d
Octal2071351750377574722255
Binary100001111011101111110101111111110111110011101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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