#875758

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

Shades of Solid Pink #875758

Tints of Solid Pink #875758

Color information

#875758 (or 0x875758) is unknown color: approx Solid Pink. HEX triplet: 87, 57 and 58. RGB value is (135,87,88). Sum of RGB (Red+Green+Blue) = 135+87+88=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #875758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875758 is #78A8A7. Grayscale: #656565. Windows color (decimal): -7907496 or 5789575. OLE color: 5789575.

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

Color convert

RGB1358788-
CMYK00.360.350.47
HSL358.75º21.62%43.53%-
HSV(B)358.75º35.56%52.94%-
XYZ15.1612.6710.88-
YUV101.47120.4151.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 87 (34.38% from 255) = 28.06%
BLUE value IS 88 (34.77% from 255) = 28.39%
R=43.55%
G=28.06%
B=28.39%

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
Decimal135878800.360.350.47358.7521.6243.53
Hex875758024232F167162c
Octal20712713004443575472654
Binary1000011110101111011000010010010001110111110110011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875758; }

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

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

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

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

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

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

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

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