#875658

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

Shades of Solid Pink #875658

Tints of Solid Pink #875658

Color information

#875658 (or 0x875658) is unknown color: approx Solid Pink. HEX triplet: 87, 56 and 58. RGB value is (135,86,88). Sum of RGB (Red+Green+Blue) = 135+86+88=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #875658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875658 is #78A9A7. Grayscale: #646464. Windows color (decimal): -7907752 or 5789319. OLE color: 5789319.

HSL color Cylindrical-coordinate representation of color #875658: hue angle of 357.55º 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 #875658 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB1358688-
CMYK00.360.350.47
HSL357.55º22.17%43.33%-
HSV(B)357.55º36.3%52.94%-
XYZ15.0812.5110.85-
YUV100.88120.73152.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.69%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 88 (34.77% from 255) = 28.48%
R=43.69%
G=27.83%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135868800.360.350.47357.5522.1743.33
Hex875658024232F166162b
Octal20712613004443575462653
Binary1000011110101101011000010010010001110111110110011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875658; }

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

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

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

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

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

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

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

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