#8A7F70

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

Shades of Squirrel #8A7F70

Tints of Squirrel #8A7F70

Color information

#8A7F70 (or 0x8A7F70) is unknown color: approx Squirrel. HEX triplet: 8A, 7F and 70. RGB value is (138,127,112). Sum of RGB (Red+Green+Blue) = 138+127+112=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7F70 is #75808F. Grayscale: #808080. Windows color (decimal): -7700624 or 7372682. OLE color: 7372682.

HSL color Cylindrical-coordinate representation of color #8A7F70: hue angle of 34.62º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A7F70 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB138127112-
CMYK00.080.190.46
HSL34.62º10.4%49.02%-
HSV(B)34.62º18.84%54.12%-
XYZ2121.7518.42-
YUV128.58118.64134.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.60%
GREEN value IS 127 (50% from 255) = 33.69%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=36.60%
G=33.69%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812711200.080.190.4634.6210.449.02
Hex8A7F7008132E23a31
Octal2121771600102356431261
Binary100010101111111111000001000100111011101000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,127,112); }

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

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

 a { background-color: rgb(138,127,112); }

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

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

 span { border-color: rgb(138,127,112); }

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