Html Css Color HEX #8A776A Americano

📋 copy color: '#8A776A'

red 138 ◦ green 119 ◦ blue 106

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

Shades of Americano #8A776A

Tints of Americano #8A776A

RGB

 RED value IS 138 (54.3% from 255) = 38.02%

 GREEN value IS 119 (46.88% from 255) = 32.78%

 BLUE value IS 106 (41.8% from 255) = 29.2%

R = 38.02%
G = 32.78%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#8A776A (or 0x8A776A) is known color: Americano. HEX triplet: 8A, 77 and 6A. RGB value is (138,119,106). Sum of RGB (Red+Green+Blue) = 138+119+106=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 138 - color contains mainly: red. Hex color #8A776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A776A is #758895. Grayscale: #7B7B7B. Windows color (decimal): -7702678 or 6977418. OLE color: 6977418.

HSL color Cylindrical-coordinate representation of color #8A776A: hue angle of 24.38º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A776A is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 119 106 -
CMYK 0 0.14 0.23 0.46
HSL 24.38º 0.13% 0.48% -
HSV(B) 24.38º 0.23% 0.54% -
XYZ 19.68 19.64 16.39 -
YUV 123.2 118.29 138.56 -
System Red Green Blue C M Y K H S L
Decimal 138 119 106 0 0.14 0.23 0.46 24.38 0.13 0.48
Hex 8A 77 6A 0 E 17 2E 18 D 30
Octal 212 167 152 0 16 27 56 30 15 60
Binary 10001010 1110111 1101010 0 1110 10111 101110 11000 1101 110000

Color Harmonies of #8A776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A776A

Black with #8A776A

Text Example


Text Example

White with #8A776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A776A; }

 p { color: rgb(138,119,106); }

 H1.HeaderClassName
 {
   color: #8A776A;
 }
 .AnyTagClassName
 {
   color: #8A776A;
 }
</style>

background-color css

<style>
 a { background-color: #8A776A; }

 a { background-color: rgb(138,119,106); }

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

border-color css

<style>
 span { border-color: #8A776A; }

 span { border-color: rgb(138,119,106); }

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