#875176

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

Shades of Trendy Pink #875176

Tints of Trendy Pink #875176

Color information

#875176 (or 0x875176) is unknown color: approx Trendy Pink. HEX triplet: 87, 51 and 76. RGB value is (135,81,118). Sum of RGB (Red+Green+Blue) = 135+81+118=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #875176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875176 is #78AE89. Grayscale: #656565. Windows color (decimal): -7909002 or 7754119. OLE color: 7754119.

HSL color Cylindrical-coordinate representation of color #875176: hue angle of 318.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #875176 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13581118-
CMYK00.400.130.47
HSL318.89º25%42.35%-
HSV(B)318.89º40%52.94%-
XYZ16.212.3418.67-
YUV101.36137.39151.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 81 (32.03% from 255) = 24.25%
BLUE value IS 118 (46.48% from 255) = 35.33%
R=40.42%
G=24.25%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358111800.400.130.47318.892542.35
Hex875176028D2F13f192a
Octal20712116605015574773152
Binary10000111101000111101100101000110110111110011111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875176; }

 p { color: rgb(135,81,118); }

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

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

 a { background-color: rgb(135,81,118); }

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

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

 span { border-color: rgb(135,81,118); }

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