#887A6C

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

Shades of Squirrel #887A6C

Tints of Squirrel #887A6C

Color information

#887A6C (or 0x887A6C) is unknown color: approx Squirrel. HEX triplet: 88, 7A and 6C. RGB value is (136,122,108). Sum of RGB (Red+Green+Blue) = 136+122+108=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 136 - color contains mainly: red. Hex color #887A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887A6C is #778593. Grayscale: #7C7C7C. Windows color (decimal): -7832980 or 7109256. OLE color: 7109256.

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

Color convert

RGB136122108-
CMYK00.100.210.47
HSL30º11.48%47.84%-
HSV(B)30º20.59%53.33%-
XYZ19.8220.2417.05-
YUV124.59118.64136.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.16%
GREEN value IS 122 (48.05% from 255) = 33.33%
BLUE value IS 108 (42.58% from 255) = 29.51%
R=37.16%
G=33.33%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612210800.100.210.473011.4847.84
Hex887A6C0A152F1eb30
Octal2101721540122557361360
Binary10001000111101011011000101010101101111111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887A6C; }

 p { color: rgb(136,122,108); }

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

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

 a { background-color: rgb(136,122,108); }

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

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

 span { border-color: rgb(136,122,108); }

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