#874857

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

Shades of Cannon Pink #874857

Tints of Cannon Pink #874857

Color information

#874857 (or 0x874857) is unknown color: approx Cannon Pink. HEX triplet: 87, 48 and 57. RGB value is (135,72,87). Sum of RGB (Red+Green+Blue) = 135+72+87=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #874857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874857 is #78B7A8. Grayscale: #5C5C5C. Windows color (decimal): -7911337 or 5720199. OLE color: 5720199.

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

Color convert

RGB1357287-
CMYK00.470.360.47
HSL345.71º30.43%40.59%-
HSV(B)345.71º46.67%52.94%-
XYZ14.0310.4710.3-
YUV92.55124.87158.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.92%
GREEN value IS 72 (28.52% from 255) = 24.49%
BLUE value IS 87 (34.38% from 255) = 29.59%
R=45.92%
G=24.49%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135728700.470.360.47345.7130.4340.59
Hex87485702F242F15a1e29
Octal20711012705744575323651
Binary1000011110010001010111010111110010010111110101101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874857; }

 p { color: rgb(135,72,87); }

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

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

 a { background-color: rgb(135,72,87); }

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

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

 span { border-color: rgb(135,72,87); }

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