#874F62

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

Shades of Cannon Pink #874F62

Tints of Cannon Pink #874F62

Color information

#874F62 (or 0x874F62) is unknown color: approx Cannon Pink. HEX triplet: 87, 4F and 62. RGB value is (135,79,98). Sum of RGB (Red+Green+Blue) = 135+79+98=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #874F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874F62 is #78B09D. Grayscale: #616161. Windows color (decimal): -7909534 or 6442887. OLE color: 6442887.

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

Color convert

RGB1357998-
CMYK00.410.270.47
HSL339.64º26.17%41.96%-
HSV(B)339.64º41.48%52.94%-
XYZ14.9911.6213.01-
YUV97.91128.05154.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.27%
GREEN value IS 79 (31.25% from 255) = 25.32%
BLUE value IS 98 (38.67% from 255) = 31.41%
R=43.27%
G=25.32%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135799800.410.270.47339.6426.1741.96
Hex874F620291B2F1541a2a
Octal20711714205133575243252
Binary100001111001111110001001010011101110111110101010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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