#874E5F

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

Shades of Cannon Pink #874E5F

Tints of Cannon Pink #874E5F

Color information

#874E5F (or 0x874E5F) is unknown color: approx Cannon Pink. HEX triplet: 87, 4E and 5F. RGB value is (135,78,95). Sum of RGB (Red+Green+Blue) = 135+78+95=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #874E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E5F is #78B1A0. Grayscale: #606060. Windows color (decimal): -7909793 or 6246023. OLE color: 6246023.

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

Color convert

RGB1357895-
CMYK00.420.300.47
HSL342.11º26.76%41.76%-
HSV(B)342.11º42.22%52.94%-
XYZ14.7811.4312.25-
YUV96.98126.88155.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 78 (30.86% from 255) = 25.32%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=43.83%
G=25.32%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135789500.420.300.47342.1126.7641.76
Hex874E5F02A1E2F1561b2a
Octal20711613705236575263352
Binary100001111001110101111101010101111010111110101011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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