Html Css Color HEX #887D74 Americano

📋 copy color: '#887D74'

red 136 ◦ green 125 ◦ blue 116

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

Shades of Americano #887D74

Tints of Americano #887D74

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.16%

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 36.07%
G = 33.16%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#887D74 (or 0x887D74) is known color: Americano. HEX triplet: 88, 7D and 74. RGB value is (136,125,116). Sum of RGB (Red+Green+Blue) = 136+125+116=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 136 - color contains mainly: red. Hex color #887D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D74 is #77828B. Grayscale: #7F7F7F. Windows color (decimal): -7832204 or 7634312. OLE color: 7634312.

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

Color convert

RGB 136 125 116 -
CMYK 0 0.08 0.15 0.47
HSL 27º 0.08% 0.49% -
HSV(B) 27º 0.15% 0.53% -
XYZ 20.64 21.16 19.52 -
YUV 127.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 136 125 116 0 0.08 0.15 0.47 27 0.08 0.49
Hex 88 7D 74 0 8 F 2F 1B 8 31
Octal 210 175 164 0 10 17 57 33 10 61
Binary 10001000 1111101 1110100 0 1000 1111 101111 11011 1000 110001

Color Harmonies of #887D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887D74

Black with #887D74

Text Example


Text Example

White with #887D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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