#875B62

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

Shades of Cannon Pink #875B62

Tints of Cannon Pink #875B62

Color information

#875B62 (or 0x875B62) is unknown color: approx Cannon Pink. HEX triplet: 87, 5B and 62. RGB value is (135,91,98). Sum of RGB (Red+Green+Blue) = 135+91+98=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #875B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B62 is #78A49D. Grayscale: #686868. Windows color (decimal): -7906462 or 6445959. OLE color: 6445959.

HSL color Cylindrical-coordinate representation of color #875B62: hue angle of 350.45º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #875B62 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1359198-
CMYK00.330.270.47
HSL350.45º19.47%44.31%-
HSV(B)350.45º32.59%52.94%-
XYZ15.9413.5113.32-
YUV104.95124.08149.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.67%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 98 (38.67% from 255) = 30.25%
R=41.67%
G=28.09%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135919800.330.270.47350.4519.4744.31
Hex875B620211B2F15e132c
Octal20713314204133575362354
Binary100001111011011110001001000011101110111110101111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875B62; }

 p { color: rgb(135,91,98); }

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

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

 a { background-color: rgb(135,91,98); }

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

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

 span { border-color: rgb(135,91,98); }

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