#87576F

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

Shades of Cannon Pink #87576F

Tints of Cannon Pink #87576F

Color information

#87576F (or 0x87576F) is unknown color: approx Cannon Pink. HEX triplet: 87, 57 and 6F. RGB value is (135,87,111). Sum of RGB (Red+Green+Blue) = 135+87+111=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #87576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87576F is #78A890. Grayscale: #686868. Windows color (decimal): -7907473 or 7296903. OLE color: 7296903.

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

Color convert

RGB13587111-
CMYK00.360.180.47
HSL330º21.62%43.53%-
HSV(B)330º35.56%52.94%-
XYZ16.2713.1116.71-
YUV104.09131.9150.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.54%
GREEN value IS 87 (34.38% from 255) = 26.13%
BLUE value IS 111 (43.75% from 255) = 33.33%
R=40.54%
G=26.13%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358711100.360.180.4733021.6243.53
Hex87576F024122F14a162c
Octal20712715704422575122654
Binary100001111010111110111101001001001010111110100101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87576F; }

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

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

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

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

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

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

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

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