Html Css Color HEX #887C6E Americano

📋 copy color: '#887C6E'

red 136 ◦ green 124 ◦ blue 110

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

Shades of Americano #887C6E

Tints of Americano #887C6E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.51%

 BLUE value IS 110 (43.36% from 255) = 29.73%

R = 36.76%
G = 33.51%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#887C6E (or 0x887C6E) is known color: Americano. HEX triplet: 88, 7C and 6E. RGB value is (136,124,110). Sum of RGB (Red+Green+Blue) = 136+124+110=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 136 - color contains mainly: red. Hex color #887C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C6E is #778391. Grayscale: #7E7E7E. Windows color (decimal): -7832466 or 7240840. OLE color: 7240840.

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

Color convert

RGB 136 124 110 -
CMYK 0 0.09 0.19 0.47
HSL 32.31º 0.11% 0.48% -
HSV(B) 32.31º 0.19% 0.53% -
XYZ 20.18 20.78 17.7 -
YUV 125.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 136 124 110 0 0.09 0.19 0.47 32.31 0.11 0.48
Hex 88 7C 6E 0 9 13 2F 20 B 30
Octal 210 174 156 0 11 23 57 40 13 60
Binary 10001000 1111100 1101110 0 1001 10011 101111 100000 1011 110000

Color Harmonies of #887C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887C6E

Black with #887C6E

Text Example


Text Example

White with #887C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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