#874D60

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

Shades of Cannon Pink #874D60

Tints of Cannon Pink #874D60

Color information

#874D60 (or 0x874D60) is unknown color: approx Cannon Pink. HEX triplet: 87, 4D and 60. RGB value is (135,77,96). Sum of RGB (Red+Green+Blue) = 135+77+96=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #874D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D60 is #78B29F. Grayscale: #606060. Windows color (decimal): -7910048 or 6311303. OLE color: 6311303.

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

Color convert

RGB1357796-
CMYK00.430.290.47
HSL340.34º27.36%41.57%-
HSV(B)340.34º42.96%52.94%-
XYZ14.7611.312.47-
YUV96.51127.72155.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 96 (37.89% from 255) = 31.17%
R=43.83%
G=25%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135779600.430.290.47340.3427.3641.57
Hex874D6002B1D2F1541b2a
Octal20711514005335575243352
Binary100001111001101110000001010111110110111110101010011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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