#874C5D

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

Shades of Cannon Pink #874C5D

Tints of Cannon Pink #874C5D

Color information

#874C5D (or 0x874C5D) is unknown color: approx Cannon Pink. HEX triplet: 87, 4C and 5D. RGB value is (135,76,93). Sum of RGB (Red+Green+Blue) = 135+76+93=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #874C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874C5D is #78B3A2. Grayscale: #5F5F5F. Windows color (decimal): -7910307 or 6114439. OLE color: 6114439.

HSL color Cylindrical-coordinate representation of color #874C5D: hue angle of 342.71º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #874C5D is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1357693-
CMYK00.440.310.47
HSL342.71º27.96%41.37%-
HSV(B)342.71º43.7%52.94%-
XYZ14.5511.1111.73-
YUV95.58126.55156.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.41%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 93 (36.72% from 255) = 30.59%
R=44.41%
G=25%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135769300.440.310.47342.7127.9641.37
Hex874C5D02C1F2F1571c29
Octal20711413505437575273451
Binary100001111001100101110101011001111110111110101011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874C5D; }

 p { color: rgb(135,76,93); }

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

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

 a { background-color: rgb(135,76,93); }

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

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

 span { border-color: rgb(135,76,93); }

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