#874759

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

Shades of Cannon Pink #874759

Tints of Cannon Pink #874759

Color information

#874759 (or 0x874759) is unknown color: approx Cannon Pink. HEX triplet: 87, 47 and 59. RGB value is (135,71,89). Sum of RGB (Red+Green+Blue) = 135+71+89=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #874759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874759 is #78B8A6. Grayscale: #5C5C5C. Windows color (decimal): -7911591 or 5851015. OLE color: 5851015.

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

Color convert

RGB1357189-
CMYK00.470.340.47
HSL343.12º31.07%40.39%-
HSV(B)343.12º47.41%52.94%-
XYZ14.0510.3810.71-
YUV92.19126.2158.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.76%
GREEN value IS 71 (28.12% from 255) = 24.07%
BLUE value IS 89 (35.16% from 255) = 30.17%
R=45.76%
G=24.07%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135718900.470.340.47343.1231.0740.39
Hex87475902F222F1571f28
Octal20710713105742575273750
Binary1000011110001111011001010111110001010111110101011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874759; }

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

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

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

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

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

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

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

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