#875761

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

Shades of Cannon Pink #875761

Tints of Cannon Pink #875761

Color information

#875761 (or 0x875761) is unknown color: approx Cannon Pink. HEX triplet: 87, 57 and 61. RGB value is (135,87,97). Sum of RGB (Red+Green+Blue) = 135+87+97=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #875761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875761 is #78A89E. Grayscale: #666666. Windows color (decimal): -7907487 or 6379399. OLE color: 6379399.

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

Color convert

RGB1358797-
CMYK00.360.280.47
HSL347.5º21.62%43.53%-
HSV(B)347.5º35.56%52.94%-
XYZ15.5612.8312.97-
YUV102.49124.9151.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.32%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 97 (38.28% from 255) = 30.41%
R=42.32%
G=27.27%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135879700.360.280.47347.521.6243.53
Hex8757610241C2F15c162c
Octal20712714104434575342654
Binary100001111010111110000101001001110010111110101110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875761; }

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

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

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

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

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

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

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

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