Html Css Color HEX #887A6C Squirrel

📋 copy color: '#887A6C'

red 136 ◦ green 122 ◦ blue 108

#887A6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Squirrel #887A6C

Tints of Squirrel #887A6C

RGB

 RED value IS 136 (53.52% from 255) = 37.16%

 GREEN value IS 122 (48.05% from 255) = 33.33%

 BLUE value IS 108 (42.58% from 255) = 29.51%

R = 37.16%
G = 33.33%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#887A6C (or 0x887A6C) is known color: Squirrel. HEX triplet: 88, 7A and 6C. RGB value is (136,122,108). Sum of RGB (Red+Green+Blue) = 136+122+108=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 136 - color contains mainly: red. Hex color #887A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887A6C is #778593. Grayscale: #7C7C7C. Windows color (decimal): -7832980 or 7109256. OLE color: 7109256.

HSL color Cylindrical-coordinate representation of color #887A6C: hue angle of 30º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #887A6C is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 122 108 -
CMYK 0 0.10 0.21 0.47
HSL 30º 0.11% 0.48% -
HSV(B) 30º 0.21% 0.53% -
XYZ 19.82 20.24 17.05 -
YUV 124.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 136 122 108 0 0.10 0.21 0.47 30 0.11 0.48
Hex 88 7A 6C 0 A 15 2F 1E B 30
Octal 210 172 154 0 12 25 57 36 13 60
Binary 10001000 1111010 1101100 0 1010 10101 101111 11110 1011 110000

Color Harmonies of #887A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887A6C

Black with #887A6C

Text Example


Text Example

White with #887A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887A6C; }

 p { color: rgb(136,122,108); }

 H1.HeaderClassName
 {
   color: #887A6C;
 }
 .AnyTagClassName
 {
   color: #887A6C;
 }
</style>

background-color css

<style>
 a { background-color: #887A6C; }

 a { background-color: rgb(136,122,108); }

 div.DivClassName
 {
   background-color: #887A6C;
 }
 .BgClassName
 {
   background-color: #887A6C;
 }
</style>

border-color css

<style>
 span { border-color: #887A6C; }

 span { border-color: rgb(136,122,108); }

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