#887D68

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

Shades of Arrowtown #887D68

Tints of Arrowtown #887D68

Color information

#887D68 (or 0x887D68) is unknown color: approx Arrowtown. HEX triplet: 88, 7D and 68. RGB value is (136,125,104). Sum of RGB (Red+Green+Blue) = 136+125+104=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #887D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D68 is #778297. Grayscale: #7D7D7D. Windows color (decimal): -7832216 or 6847880. OLE color: 6847880.

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

Color convert

RGB136125104-
CMYK00.080.240.47
HSL39.37º13.33%47.06%-
HSV(B)39.37º23.53%53.33%-
XYZ19.9920.916.08-
YUV125.9115.64135.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 125 (49.22% from 255) = 34.25%
BLUE value IS 104 (41.02% from 255) = 28.49%
R=37.26%
G=34.25%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612510400.080.240.4739.3713.3347.06
Hex887D6808182F27d2f
Octal2101751500103057471557
Binary100010001111101110100001000110001011111001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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