#8C7A6B

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

Shades of Squirrel #8C7A6B

Tints of Squirrel #8C7A6B

Color information

#8C7A6B (or 0x8C7A6B) is unknown color: approx Squirrel. HEX triplet: 8C, 7A and 6B. RGB value is (140,122,107). Sum of RGB (Red+Green+Blue) = 140+122+107=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7A6B is #738594. Grayscale: #7D7D7D. Windows color (decimal): -7570837 or 7043724. OLE color: 7043724.

HSL color Cylindrical-coordinate representation of color #8C7A6B: hue angle of 27.27º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C7A6B is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB140122107-
CMYK00.130.240.45
HSL27.27º13.36%48.43%-
HSV(B)27.27º23.57%54.9%-
XYZ20.4320.5616.8-
YUV125.67117.46138.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.94%
GREEN value IS 122 (48.05% from 255) = 33.06%
BLUE value IS 107 (42.19% from 255) = 29.00%
R=37.94%
G=33.06%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012210700.130.240.4527.2713.3648.43
Hex8C7A6B0D182D1bd30
Octal2141721530153055331560
Binary10001100111101011010110110111000101101110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C7A6B; }

 p { color: rgb(140,122,107); }

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

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

 a { background-color: rgb(140,122,107); }

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

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

 span { border-color: rgb(140,122,107); }

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