#877D6F

Color #877D6F Squirrel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Squirrel #877D6F

Tints of Squirrel #877D6F

Color information

#877D6F (or 0x877D6F) is unknown color: approx Squirrel. HEX triplet: 87, 7D and 6F. RGB value is (135,125,111). Sum of RGB (Red+Green+Blue) = 135+125+111=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 135 - color contains mainly: red. Hex color #877D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877D6F is #788290. Grayscale: #7E7E7E. Windows color (decimal): -7897745 or 7306631. OLE color: 7306631.

HSL color Cylindrical-coordinate representation of color #877D6F: hue angle of 35º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #877D6F is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB135125111-
CMYK00.070.180.47
HSL35º9.76%48.24%-
HSV(B)35º17.78%52.94%-
XYZ20.1920.9718.02-
YUV126.39119.31134.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.39%
GREEN value IS 125 (49.22% from 255) = 33.69%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=36.39%
G=33.69%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512511100.070.180.47359.7648.24
Hex877D6F07122F23a30
Octal207175157072257431260
Binary10000111111110111011110111100101011111000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877D6F; }

 p { color: rgb(135,125,111); }

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

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

 a { background-color: rgb(135,125,111); }

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

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

 span { border-color: rgb(135,125,111); }

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