#8F796A

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

Shades of Squirrel #8F796A

Tints of Squirrel #8F796A

Color information

#8F796A (or 0x8F796A) is unknown color: approx Squirrel. HEX triplet: 8F, 79 and 6A. RGB value is (143,121,106). Sum of RGB (Red+Green+Blue) = 143+121+106=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 143 - color contains mainly: red. Hex color #8F796A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F796A is #708695. Grayscale: #7D7D7D. Windows color (decimal): -7374486 or 6977935. OLE color: 6977935.

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

Color convert

RGB143121106-
CMYK00.150.260.44
HSL24.32º14.86%48.82%-
HSV(B)24.32º25.87%56.08%-
XYZ20.7720.5516.51-
YUV125.87116.79140.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.65%
GREEN value IS 121 (47.66% from 255) = 32.70%
BLUE value IS 106 (41.80% from 255) = 28.65%
R=38.65%
G=32.70%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312110600.150.260.4424.3214.8648.82
Hex8F796A0F1A2C18f31
Octal2171711520173254301761
Binary10001111111100111010100111111010101100110001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,121,106); }

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

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

 a { background-color: rgb(143,121,106); }

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

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

 span { border-color: rgb(143,121,106); }

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