#874E66

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

Shades of Cannon Pink #874E66

Tints of Cannon Pink #874E66

Color information

#874E66 (or 0x874E66) is unknown color: approx Cannon Pink. HEX triplet: 87, 4E and 66. RGB value is (135,78,102). Sum of RGB (Red+Green+Blue) = 135+78+102=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #874E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E66 is #78B199. Grayscale: #616161. Windows color (decimal): -7909786 or 6704775. OLE color: 6704775.

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

Color convert

RGB13578102-
CMYK00.420.240.47
HSL334.74º26.76%41.76%-
HSV(B)334.74º42.22%52.94%-
XYZ15.1111.5614-
YUV97.78130.38154.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.86%
GREEN value IS 78 (30.86% from 255) = 24.76%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=42.86%
G=24.76%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357810200.420.240.47334.7426.7641.76
Hex874E6602A182F14f1b2a
Octal20711614605230575173352
Binary100001111001110110011001010101100010111110100111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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