#875762

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

Shades of Cannon Pink #875762

Tints of Cannon Pink #875762

Color information

#875762 (or 0x875762) is unknown color: approx Cannon Pink. HEX triplet: 87, 57 and 62. RGB value is (135,87,98). Sum of RGB (Red+Green+Blue) = 135+87+98=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #875762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875762 is #78A89D. Grayscale: #666666. Windows color (decimal): -7907486 or 6444935. OLE color: 6444935.

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

Color convert

RGB1358798-
CMYK00.360.270.47
HSL346.25º21.62%43.53%-
HSV(B)346.25º35.56%52.94%-
XYZ15.612.8513.21-
YUV102.61125.4151.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 87 (34.38% from 255) = 27.19%
BLUE value IS 98 (38.67% from 255) = 30.62%
R=42.19%
G=27.19%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135879800.360.270.47346.2521.6243.53
Hex8757620241B2F15a162c
Octal20712714204433575322654
Binary100001111010111110001001001001101110111110101101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875762; }

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

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

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

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

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

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

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

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