Html Css Color HEX #8A7B6E Americano

📋 copy color: '#8A7B6E'

red 138 ◦ green 123 ◦ blue 110

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

Shades of Americano #8A7B6E

Tints of Americano #8A7B6E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.15%

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

R = 37.2%
G = 33.15%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#8A7B6E (or 0x8A7B6E) is known color: Americano. HEX triplet: 8A, 7B and 6E. RGB value is (138,123,110). Sum of RGB (Red+Green+Blue) = 138+123+110=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7B6E is #758491. Grayscale: #7E7E7E. Windows color (decimal): -7701650 or 7240586. OLE color: 7240586.

HSL color Cylindrical-coordinate representation of color #8A7B6E: hue angle of 27.86º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A7B6E is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 123 110 -
CMYK 0 0.11 0.20 0.46
HSL 27.86º 0.11% 0.49% -
HSV(B) 27.86º 0.2% 0.54% -
XYZ 20.38 20.69 17.67 -
YUV 126 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 138 123 110 0 0.11 0.20 0.46 27.86 0.11 0.49
Hex 8A 7B 6E 0 B 14 2E 1C B 31
Octal 212 173 156 0 13 24 56 34 13 61
Binary 10001010 1111011 1101110 0 1011 10100 101110 11100 1011 110001

Color Harmonies of #8A7B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7B6E

Black with #8A7B6E

Text Example


Text Example

White with #8A7B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,123,110); }

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

background-color css

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

 a { background-color: rgb(138,123,110); }

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

border-color css

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

 span { border-color: rgb(138,123,110); }

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