#887D66

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

Shades of Arrowtown #887D66

Tints of Arrowtown #887D66

Color information

#887D66 (or 0x887D66) is unknown color: approx Arrowtown. HEX triplet: 88, 7D and 66. RGB value is (136,125,102). Sum of RGB (Red+Green+Blue) = 136+125+102=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #887D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D66 is #778299. Grayscale: #7D7D7D. Windows color (decimal): -7832218 or 6716808. OLE color: 6716808.

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

Color convert

RGB136125102-
CMYK00.080.250.47
HSL40.59º14.29%46.67%-
HSV(B)40.59º25%53.33%-
XYZ19.8920.8615.55-
YUV125.67114.64135.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 125 (49.22% from 255) = 34.44%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=37.47%
G=34.44%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612510200.080.250.4740.5914.2946.67
Hex887D6608192F29e2f
Octal2101751460103157511657
Binary100010001111101110011001000110011011111010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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