#8D7768

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

Shades of Squirrel #8D7768

Tints of Squirrel #8D7768

Color information

#8D7768 (or 0x8D7768) is unknown color: approx Squirrel. HEX triplet: 8D, 77 and 68. RGB value is (141,119,104). Sum of RGB (Red+Green+Blue) = 141+119+104=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7768 is #728897. Grayscale: #7B7B7B. Windows color (decimal): -7506072 or 6846349. OLE color: 6846349.

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

Color convert

RGB141119104-
CMYK00.160.260.45
HSL24.32º15.1%48.04%-
HSV(B)24.32º26.24%55.29%-
XYZ20.0819.8615.87-
YUV123.87116.79140.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.74%
GREEN value IS 119 (46.88% from 255) = 32.69%
BLUE value IS 104 (41.02% from 255) = 28.57%
R=38.74%
G=32.69%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111910400.160.260.4524.3215.148.04
Hex8D77680101A2D18f30
Octal2151671500203255301760
Binary100011011110111110100001000011010101101110001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,119,104); }

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

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

 a { background-color: rgb(141,119,104); }

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

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

 span { border-color: rgb(141,119,104); }

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