#874860

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

Shades of Cannon Pink #874860

Tints of Cannon Pink #874860

Color information

#874860 (or 0x874860) is unknown color: approx Cannon Pink. HEX triplet: 87, 48 and 60. RGB value is (135,72,96). Sum of RGB (Red+Green+Blue) = 135+72+96=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #874860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874860 is #78B79F. Grayscale: #5D5D5D. Windows color (decimal): -7911328 or 6310023. OLE color: 6310023.

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

Color convert

RGB1357296-
CMYK00.470.290.47
HSL337.14º30.43%40.59%-
HSV(B)337.14º46.67%52.94%-
XYZ14.4210.6312.36-
YUV93.57129.37157.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.55%
GREEN value IS 72 (28.52% from 255) = 23.76%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=44.55%
G=23.76%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135729600.470.290.47337.1430.4340.59
Hex87486002F1D2F1511e29
Octal20711014005735575213651
Binary100001111001000110000001011111110110111110101000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874860; }

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

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

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

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

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

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

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

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