#885767

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

Shades of Cannon Pink #885767

Tints of Cannon Pink #885767

Color information

#885767 (or 0x885767) is unknown color: approx Cannon Pink. HEX triplet: 88, 57 and 67. RGB value is (136,87,103). Sum of RGB (Red+Green+Blue) = 136+87+103=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #885767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885767 is #77A898. Grayscale: #676767. Windows color (decimal): -7841945 or 6772616. OLE color: 6772616.

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

Color convert

RGB13687103-
CMYK00.360.240.47
HSL340.41º21.97%43.73%-
HSV(B)340.41º36.03%53.33%-
XYZ16.0113.0314.5-
YUV103.48127.73151.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.72%
GREEN value IS 87 (34.38% from 255) = 26.69%
BLUE value IS 103 (40.62% from 255) = 31.60%
R=41.72%
G=26.69%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368710300.360.240.47340.4121.9743.73
Hex885767024182F154162c
Octal21012714704430575242654
Binary100010001010111110011101001001100010111110101010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885767; }

 p { color: rgb(136,87,103); }

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

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

 a { background-color: rgb(136,87,103); }

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

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

 span { border-color: rgb(136,87,103); }

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