#8F7766

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

Shades of Squirrel #8F7766

Tints of Squirrel #8F7766

Color information

#8F7766 (or 0x8F7766) is unknown color: approx Squirrel. HEX triplet: 8F, 77 and 66. RGB value is (143,119,102). Sum of RGB (Red+Green+Blue) = 143+119+102=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7766 is #708899. Grayscale: #7C7C7C. Windows color (decimal): -7375002 or 6715279. OLE color: 6715279.

HSL color Cylindrical-coordinate representation of color #8F7766: hue angle of 24.88º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F7766 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB143119102-
CMYK00.170.290.44
HSL24.88º16.73%48.04%-
HSV(B)24.88º28.67%56.08%-
XYZ20.3219.9915.36-
YUV124.24115.45141.38-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.29%
GREEN value IS 119 (46.88% from 255) = 32.69%
BLUE value IS 102 (40.23% from 255) = 28.02%
R=39.29%
G=32.69%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311910200.170.290.4424.8816.7348.04
Hex8F77660111D2C191130
Octal2171671460213554312160
Binary1000111111101111100110010001111011011001100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,119,102); }

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

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

 a { background-color: rgb(143,119,102); }

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

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

 span { border-color: rgb(143,119,102); }

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