Html Css Color HEX #887A6E Americano

📋 copy color: '#887A6E'

red 136 ◦ green 122 ◦ blue 110

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

Shades of Americano #887A6E

Tints of Americano #887A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.15%

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

R = 36.96%
G = 33.15%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#887A6E (or 0x887A6E) is known color: Americano. HEX triplet: 88, 7A and 6E. RGB value is (136,122,110). Sum of RGB (Red+Green+Blue) = 136+122+110=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 136 - color contains mainly: red. Hex color #887A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887A6E is #778591. Grayscale: #7C7C7C. Windows color (decimal): -7832978 or 7240328. OLE color: 7240328.

HSL color Cylindrical-coordinate representation of color #887A6E: hue angle of 27.69º 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 #887A6E is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 122 110 -
CMYK 0 0.10 0.19 0.47
HSL 27.69º 0.11% 0.48% -
HSV(B) 27.69º 0.19% 0.53% -
XYZ 19.93 20.28 17.62 -
YUV 124.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 136 122 110 0 0.10 0.19 0.47 27.69 0.11 0.48
Hex 88 7A 6E 0 A 13 2F 1C B 30
Octal 210 172 156 0 12 23 57 34 13 60
Binary 10001000 1111010 1101110 0 1010 10011 101111 11100 1011 110000

Color Harmonies of #887A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887A6E

Black with #887A6E

Text Example


Text Example

White with #887A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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