#875771

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

Shades of Cannon Pink #875771

Tints of Cannon Pink #875771

Color information

#875771 (or 0x875771) is unknown color: approx Cannon Pink. HEX triplet: 87, 57 and 71. RGB value is (135,87,113). Sum of RGB (Red+Green+Blue) = 135+87+113=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #875771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875771 is #78A88E. Grayscale: #686868. Windows color (decimal): -7907471 or 7427975. OLE color: 7427975.

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

Color convert

RGB13587113-
CMYK00.360.160.47
HSL327.5º21.62%43.53%-
HSV(B)327.5º35.56%52.94%-
XYZ16.3813.1617.3-
YUV104.32132.9149.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.30%
GREEN value IS 87 (34.38% from 255) = 25.97%
BLUE value IS 113 (44.53% from 255) = 33.73%
R=40.30%
G=25.97%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358711300.360.160.47327.521.6243.53
Hex875771024102F148162c
Octal20712716104420575102654
Binary100001111010111111000101001001000010111110100100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875771; }

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

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

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

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

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

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

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

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