Html Css Color HEX #887C6F Americano

📋 copy color: '#887C6F'

red 136 ◦ green 124 ◦ blue 111

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

Shades of Americano #887C6F

Tints of Americano #887C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.92%

R = 36.66%
G = 33.42%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#887C6F (or 0x887C6F) is known color: Americano. HEX triplet: 88, 7C and 6F. RGB value is (136,124,111). Sum of RGB (Red+Green+Blue) = 136+124+111=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 136 - color contains mainly: red. Hex color #887C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C6F is #778390. Grayscale: #7E7E7E. Windows color (decimal): -7832465 or 7306376. OLE color: 7306376.

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

Color convert

RGB 136 124 111 -
CMYK 0 0.09 0.18 0.47
HSL 31.2º 0.1% 0.48% -
HSV(B) 31.2º 0.18% 0.53% -
XYZ 20.23 20.8 17.99 -
YUV 126.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 136 124 111 0 0.09 0.18 0.47 31.2 0.1 0.48
Hex 88 7C 6F 0 9 12 2F 1F A 30
Octal 210 174 157 0 11 22 57 37 12 60
Binary 10001000 1111100 1101111 0 1001 10010 101111 11111 1010 110000

Color Harmonies of #887C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887C6F

Black with #887C6F

Text Example


Text Example

White with #887C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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