#87576A

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

Shades of Cannon Pink #87576A

Tints of Cannon Pink #87576A

Color information

#87576A (or 0x87576A) is unknown color: approx Cannon Pink. HEX triplet: 87, 57 and 6A. RGB value is (135,87,106). Sum of RGB (Red+Green+Blue) = 135+87+106=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #87576A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87576A is #78A895. Grayscale: #676767. Windows color (decimal): -7907478 or 6969223. OLE color: 6969223.

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

Color convert

RGB13587106-
CMYK00.360.210.47
HSL336.25º21.62%43.53%-
HSV(B)336.25º35.56%52.94%-
XYZ1613.0115.3-
YUV103.52129.4150.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.16%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 106 (41.80% from 255) = 32.32%
R=41.16%
G=26.52%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358710600.360.210.47336.2521.6243.53
Hex87576A024152F150162c
Octal20712715204425575202654
Binary100001111010111110101001001001010110111110101000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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