#875457

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

Shades of Solid Pink #875457

Tints of Solid Pink #875457

Color information

#875457 (or 0x875457) is unknown color: approx Solid Pink. HEX triplet: 87, 54 and 57. RGB value is (135,84,87). Sum of RGB (Red+Green+Blue) = 135+84+87=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 87 (34.38% from 255 or 28.43% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #875457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875457 is #78ABA8. Grayscale: #636363. Windows color (decimal): -7908265 or 5723271. OLE color: 5723271.

HSL color Cylindrical-coordinate representation of color #875457: hue angle of 356.47º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #875457 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1358487-
CMYK00.380.360.47
HSL356.47º23.29%42.94%-
HSV(B)356.47º37.78%52.94%-
XYZ14.8812.1810.58-
YUV99.59120.9153.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.12%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 87 (34.38% from 255) = 28.43%
R=44.12%
G=27.45%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135848700.380.360.47356.4723.2942.94
Hex875457026242F164172b
Octal20712412704644575442753
Binary1000011110101001010111010011010010010111110110010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875457; }

 p { color: rgb(135,84,87); }

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

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

 a { background-color: rgb(135,84,87); }

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

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

 span { border-color: rgb(135,84,87); }

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