#875e7f

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

Shades of Trendy Pink #875E7F

Tints of Trendy Pink #875E7F

Color information

#875E7F (or 0x875E7F) is unknown color: approx Trendy Pink. HEX triplet: 87, 5E and 7F. RGB value is (135,94,127). Sum of RGB (Red+Green+Blue) = 135+94+127=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #875E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E7F is #78A180. Grayscale: #6D6D6D. Windows color (decimal): -7905665 or 8347271. OLE color: 8347271.

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

Color convert

RGB13594127-
CMYK00.300.060.47
HSL311.71º17.9%44.9%-
HSV(B)311.71º30.37%52.94%-
XYZ17.8314.6921.97-
YUV110.02137.58145.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.92%
GREEN value IS 94 (37.11% from 255) = 26.40%
BLUE value IS 127 (50% from 255) = 35.67%
R=37.92%
G=26.40%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359412700.300.060.47311.7117.944.9
Hex875E7F01E62F138122d
Octal2071361770366574702255
Binary100001111011110111111101111011010111110011100010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875e7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,94,127); }

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

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

 a { background-color: rgb(135,94,127); }

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

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

 span { border-color: rgb(135,94,127); }

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