#877C6D

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

Shades of Squirrel #877C6D

Tints of Squirrel #877C6D

Color information

#877C6D (or 0x877C6D) is unknown color: approx Squirrel. HEX triplet: 87, 7C and 6D. RGB value is (135,124,109). Sum of RGB (Red+Green+Blue) = 135+124+109=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 135 - color contains mainly: red. Hex color #877C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C6D is #788392. Grayscale: #7D7D7D. Windows color (decimal): -7898003 or 7175303. OLE color: 7175303.

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

Color convert

RGB135124109-
CMYK00.080.190.47
HSL34.62º10.66%47.84%-
HSV(B)34.62º19.26%52.94%-
XYZ19.9620.6717.41-
YUV125.58118.64134.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.68%
GREEN value IS 124 (48.83% from 255) = 33.70%
BLUE value IS 109 (42.97% from 255) = 29.62%
R=36.68%
G=33.70%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512410900.080.190.4734.6210.6647.84
Hex877C6D08132F23b30
Octal2071741550102357431360
Binary100001111111100110110101000100111011111000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,124,109); }

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

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

 a { background-color: rgb(135,124,109); }

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

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

 span { border-color: rgb(135,124,109); }

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