#87576C

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

Shades of Cannon Pink #87576C

Tints of Cannon Pink #87576C

Color information

#87576C (or 0x87576C) is unknown color: approx Cannon Pink. HEX triplet: 87, 57 and 6C. RGB value is (135,87,108). Sum of RGB (Red+Green+Blue) = 135+87+108=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #87576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87576C is #78A893. Grayscale: #676767. Windows color (decimal): -7907476 or 7100295. OLE color: 7100295.

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

Color convert

RGB13587108-
CMYK00.360.20.47
HSL333.75º21.62%43.53%-
HSV(B)333.75º35.56%52.94%-
XYZ16.1113.0515.86-
YUV103.75130.4150.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 87 (34.38% from 255) = 26.36%
BLUE value IS 108 (42.58% from 255) = 32.73%
R=40.91%
G=26.36%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358710800.360.20.47333.7521.6243.53
Hex87576C024142F14e162c
Octal20712715404424575162654
Binary100001111010111110110001001001010010111110100111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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