#874E60

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

Shades of Cannon Pink #874E60

Tints of Cannon Pink #874E60

Color information

#874E60 (or 0x874E60) is unknown color: approx Cannon Pink. HEX triplet: 87, 4E and 60. RGB value is (135,78,96). Sum of RGB (Red+Green+Blue) = 135+78+96=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #874E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E60 is #78B19F. Grayscale: #616161. Windows color (decimal): -7909792 or 6311559. OLE color: 6311559.

HSL color Cylindrical-coordinate representation of color #874E60: hue angle of 341.05º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #874E60 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1357896-
CMYK00.420.290.47
HSL341.05º26.76%41.76%-
HSV(B)341.05º42.22%52.94%-
XYZ14.8311.4412.49-
YUV97.09127.38155.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.69%
GREEN value IS 78 (30.86% from 255) = 25.24%
BLUE value IS 96 (37.89% from 255) = 31.07%
R=43.69%
G=25.24%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135789600.420.290.47341.0526.7641.76
Hex874E6002A1D2F1551b2a
Octal20711614005235575253352
Binary100001111001110110000001010101110110111110101010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,78,96); }

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

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

 a { background-color: rgb(135,78,96); }

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

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

 span { border-color: rgb(135,78,96); }

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