#875B7E

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

Shades of Trendy Pink #875B7E

Tints of Trendy Pink #875B7E

Color information

#875B7E (or 0x875B7E) is unknown color: approx Trendy Pink. HEX triplet: 87, 5B and 7E. RGB value is (135,91,126). Sum of RGB (Red+Green+Blue) = 135+91+126=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #875B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B7E is #78A481. Grayscale: #6C6C6C. Windows color (decimal): -7906434 or 8280967. OLE color: 8280967.

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

Color convert

RGB13591126-
CMYK00.330.070.47
HSL312.27º19.47%44.31%-
HSV(B)312.27º32.59%52.94%-
XYZ17.514.1421.55-
YUV108.15138.08147.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.35%
GREEN value IS 91 (35.94% from 255) = 25.85%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=38.35%
G=25.85%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359112600.330.070.47312.2719.4744.31
Hex875B7E02172F138132c
Octal2071331760417574702354
Binary1000011110110111111110010000111110111110011100010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,91,126); }

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

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

 a { background-color: rgb(135,91,126); }

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

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

 span { border-color: rgb(135,91,126); }

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