#875460

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

Shades of Cannon Pink #875460

Tints of Cannon Pink #875460

Color information

#875460 (or 0x875460) is unknown color: approx Cannon Pink. HEX triplet: 87, 54 and 60. RGB value is (135,84,96). Sum of RGB (Red+Green+Blue) = 135+84+96=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #875460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875460 is #78AB9F. Grayscale: #646464. Windows color (decimal): -7908256 or 6313095. OLE color: 6313095.

HSL color Cylindrical-coordinate representation of color #875460: hue angle of 345.88º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #875460 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1358496-
CMYK00.380.290.47
HSL345.88º23.29%42.94%-
HSV(B)345.88º37.78%52.94%-
XYZ15.2712.3412.64-
YUV100.62125.4152.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.86%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=42.86%
G=26.67%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135849600.380.290.47345.8823.2942.94
Hex8754600261D2F15a172b
Octal20712414004635575322753
Binary100001111010100110000001001101110110111110101101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875460; }

 p { color: rgb(135,84,96); }

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

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

 a { background-color: rgb(135,84,96); }

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

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

 span { border-color: rgb(135,84,96); }

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