#8C7F6F

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

Shades of Squirrel #8C7F6F

Tints of Squirrel #8C7F6F

Color information

#8C7F6F (or 0x8C7F6F) is unknown color: approx Squirrel. HEX triplet: 8C, 7F and 6F. RGB value is (140,127,111). Sum of RGB (Red+Green+Blue) = 140+127+111=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7F6F is #738090. Grayscale: #818181. Windows color (decimal): -7569553 or 7307148. OLE color: 7307148.

HSL color Cylindrical-coordinate representation of color #8C7F6F: hue angle of 33.1º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C7F6F is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB140127111-
CMYK00.090.210.45
HSL33.1º11.55%49.22%-
HSV(B)33.1º20.71%54.9%-
XYZ21.2721.918.15-
YUV129.06117.81135.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.04%
GREEN value IS 127 (50% from 255) = 33.60%
BLUE value IS 111 (43.75% from 255) = 29.37%
R=37.04%
G=33.60%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012711100.090.210.4533.111.5549.22
Hex8C7F6F09152D21c31
Octal2141771570112555411461
Binary100011001111111110111101001101011011011000011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,127,111); }

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

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

 a { background-color: rgb(140,127,111); }

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

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

 span { border-color: rgb(140,127,111); }

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