#874E65

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

Shades of Cannon Pink #874E65

Tints of Cannon Pink #874E65

Color information

#874E65 (or 0x874E65) is unknown color: approx Cannon Pink. HEX triplet: 87, 4E and 65. RGB value is (135,78,101). Sum of RGB (Red+Green+Blue) = 135+78+101=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #874E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E65 is #78B19A. Grayscale: #616161. Windows color (decimal): -7909787 or 6639239. OLE color: 6639239.

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

Color convert

RGB13578101-
CMYK00.420.250.47
HSL335.79º26.76%41.76%-
HSV(B)335.79º42.22%52.94%-
XYZ15.0711.5413.75-
YUV97.66129.88154.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.99%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 101 (39.84% from 255) = 32.17%
R=42.99%
G=24.84%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357810100.420.250.47335.7926.7641.76
Hex874E6502A192F1501b2a
Octal20711614505231575203352
Binary100001111001110110010101010101100110111110101000011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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