#874760

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

Shades of Cannon Pink #874760

Tints of Cannon Pink #874760

Color information

#874760 (or 0x874760) is unknown color: approx Cannon Pink. HEX triplet: 87, 47 and 60. RGB value is (135,71,96). Sum of RGB (Red+Green+Blue) = 135+71+96=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #874760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874760 is #78B89F. Grayscale: #5C5C5C. Windows color (decimal): -7911584 or 6309767. OLE color: 6309767.

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

Color convert

RGB1357196-
CMYK00.470.290.47
HSL336.56º31.07%40.39%-
HSV(B)336.56º47.41%52.94%-
XYZ14.3610.512.34-
YUV92.99129.7157.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.70%
GREEN value IS 71 (28.12% from 255) = 23.51%
BLUE value IS 96 (37.89% from 255) = 31.79%
R=44.70%
G=23.51%
B=31.79%

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
Decimal135719600.470.290.47336.5631.0740.39
Hex87476002F1D2F1511f28
Octal20710714005735575213750
Binary100001111000111110000001011111110110111110101000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874760; }

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

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

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

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

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

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

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

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