#887C69

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

Shades of Arrowtown #887C69

Tints of Arrowtown #887C69

Color information

#887C69 (or 0x887C69) is unknown color: approx Arrowtown. HEX triplet: 88, 7C and 69. RGB value is (136,124,105). Sum of RGB (Red+Green+Blue) = 136+124+105=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #887C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C69 is #778396. Grayscale: #7D7D7D. Windows color (decimal): -7832471 or 6913160. OLE color: 6913160.

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

Color convert

RGB136124105-
CMYK00.090.230.47
HSL36.77º12.86%47.25%-
HSV(B)36.77º22.79%53.33%-
XYZ19.9120.6716.3-
YUV125.42116.48135.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 105 (41.41% from 255) = 28.77%
R=37.26%
G=33.97%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612410500.090.230.4736.7712.8647.25
Hex887C6909172F25d2f
Octal2101741510112757451557
Binary100010001111100110100101001101111011111001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,124,105); }

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

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

 a { background-color: rgb(136,124,105); }

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

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

 span { border-color: rgb(136,124,105); }

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