#875657

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

Shades of Solid Pink #875657

Tints of Solid Pink #875657

Color information

#875657 (or 0x875657) is unknown color: approx Solid Pink. HEX triplet: 87, 56 and 57. RGB value is (135,86,87). Sum of RGB (Red+Green+Blue) = 135+86+87=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #875657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875657 is #78A9A8. Grayscale: #646464. Windows color (decimal): -7907753 or 5723783. OLE color: 5723783.

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

Color convert

RGB1358687-
CMYK00.360.360.47
HSL358.78º22.17%43.33%-
HSV(B)358.78º36.3%52.94%-
XYZ15.0412.4910.64-
YUV100.76120.23152.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 87 (34.38% from 255) = 28.25%
R=43.83%
G=27.92%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135868700.360.360.47358.7822.1743.33
Hex875657024242F167162b
Octal20712612704444575472653
Binary1000011110101101010111010010010010010111110110011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875657; }

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

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

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

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

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

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

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

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