#874C62

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

Shades of Cannon Pink #874C62

Tints of Cannon Pink #874C62

Color information

#874C62 (or 0x874C62) is unknown color: approx Cannon Pink. HEX triplet: 87, 4C and 62. RGB value is (135,76,98). Sum of RGB (Red+Green+Blue) = 135+76+98=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #874C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874C62 is #78B39D. Grayscale: #606060. Windows color (decimal): -7910302 or 6442119. OLE color: 6442119.

HSL color Cylindrical-coordinate representation of color #874C62: hue angle of 337.63º 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 #874C62 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1357698-
CMYK00.440.270.47
HSL337.63º27.96%41.37%-
HSV(B)337.63º43.7%52.94%-
XYZ14.7811.212.94-
YUV96.15129.05155.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.69%
GREEN value IS 76 (30.08% from 255) = 24.60%
BLUE value IS 98 (38.67% from 255) = 31.72%
R=43.69%
G=24.60%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135769800.440.270.47337.6327.9641.37
Hex874C6202C1B2F1521c29
Octal20711414205433575223451
Binary100001111001100110001001011001101110111110101001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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