Html Css Color HEX #8B8077 Americano

📋 copy color: '#8B8077'

red 139 ◦ green 128 ◦ blue 119

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

Shades of Americano #8B8077

Tints of Americano #8B8077

RGB

 RED value IS 139 (54.69% from 255) = 36.01%

 GREEN value IS 128 (50.39% from 255) = 33.16%

 BLUE value IS 119 (46.88% from 255) = 30.83%

R = 36.01%
G = 33.16%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8B8077 (or 0x8B8077) is known color: Americano. HEX triplet: 8B, 80 and 77. RGB value is (139,128,119). Sum of RGB (Red+Green+Blue) = 139+128+119=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8077 is #747F88. Grayscale: #828282. Windows color (decimal): -7634825 or 7831691. OLE color: 7831691.

HSL color Cylindrical-coordinate representation of color #8B8077: hue angle of 27º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B8077 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 128 119 -
CMYK 0 0.08 0.14 0.45
HSL 27º 0.08% 0.51% -
HSV(B) 27º 0.14% 0.55% -
XYZ 21.7 22.26 20.61 -
YUV 130.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 139 128 119 0 0.08 0.14 0.45 27 0.08 0.51
Hex 8B 80 77 0 8 E 2D 1B 8 33
Octal 213 200 167 0 10 16 55 33 10 63
Binary 10001011 10000000 1110111 0 1000 1110 101101 11011 1000 110011

Color Harmonies of #8B8077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8077

Black with #8B8077

Text Example


Text Example

White with #8B8077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,128,119); }

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

background-color css

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

 a { background-color: rgb(139,128,119); }

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

border-color css

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

 span { border-color: rgb(139,128,119); }

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