#875667

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

Shades of Cannon Pink #875667

Tints of Cannon Pink #875667

Color information

#875667 (or 0x875667) is unknown color: approx Cannon Pink. HEX triplet: 87, 56 and 67. RGB value is (135,86,103). Sum of RGB (Red+Green+Blue) = 135+86+103=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #875667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875667 is #78A998. Grayscale: #666666. Windows color (decimal): -7907737 or 6772359. OLE color: 6772359.

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

Color convert

RGB13586103-
CMYK00.360.240.47
HSL339.18º22.17%43.33%-
HSV(B)339.18º36.3%52.94%-
XYZ15.7712.7914.47-
YUV102.59128.23151.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.67%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 103 (40.62% from 255) = 31.79%
R=41.67%
G=26.54%
B=31.79%

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
Decimal1358610300.360.240.47339.1822.1743.33
Hex875667024182F153162b
Octal20712614704430575232653
Binary100001111010110110011101001001100010111110101001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875667; }

 p { color: rgb(135,86,103); }

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

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

 a { background-color: rgb(135,86,103); }

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

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

 span { border-color: rgb(135,86,103); }

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