#887D6A

Color #887D6A Arrowtown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arrowtown #887D6A

Tints of Arrowtown #887D6A

Color information

#887D6A (or 0x887D6A) is unknown color: approx Arrowtown. HEX triplet: 88, 7D and 6A. RGB value is (136,125,106). Sum of RGB (Red+Green+Blue) = 136+125+106=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #887D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D6A is #778295. Grayscale: #7E7E7E. Windows color (decimal): -7832214 or 6978952. OLE color: 6978952.

HSL color Cylindrical-coordinate representation of color #887D6A: hue angle of 38º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #887D6A is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB136125106-
CMYK00.080.220.47
HSL38º12.4%47.45%-
HSV(B)38º22.06%53.33%-
XYZ20.0920.9416.62-
YUV126.12116.64135.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.06%
GREEN value IS 125 (49.22% from 255) = 34.06%
BLUE value IS 106 (41.80% from 255) = 28.88%
R=37.06%
G=34.06%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612510600.080.220.473812.447.45
Hex887D6A08162F26c2f
Octal2101751520102657461457
Binary100010001111101110101001000101101011111001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,125,106); }

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

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

 a { background-color: rgb(136,125,106); }

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

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

 span { border-color: rgb(136,125,106); }

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