#874F64

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

Shades of Cannon Pink #874F64

Tints of Cannon Pink #874F64

Color information

#874F64 (or 0x874F64) is unknown color: approx Cannon Pink. HEX triplet: 87, 4F and 64. RGB value is (135,79,100). Sum of RGB (Red+Green+Blue) = 135+79+100=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #874F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874F64 is #78B09B. Grayscale: #626262. Windows color (decimal): -7909532 or 6573959. OLE color: 6573959.

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

Color convert

RGB13579100-
CMYK00.410.260.47
HSL337.5º26.17%41.96%-
HSV(B)337.5º41.48%52.94%-
XYZ15.0911.6613.51-
YUV98.14129.05154.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.99%
GREEN value IS 79 (31.25% from 255) = 25.16%
BLUE value IS 100 (39.45% from 255) = 31.85%
R=42.99%
G=25.16%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357910000.410.260.47337.526.1741.96
Hex874F640291A2F1521a2a
Octal20711714405132575223252
Binary100001111001111110010001010011101010111110101001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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