Html Css Color HEX #8B776C Americano

📋 copy color: '#8B776C'

red 139 ◦ green 119 ◦ blue 108

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

Shades of Americano #8B776C

Tints of Americano #8B776C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.51%

R = 37.98%
G = 32.51%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8B776C (or 0x8B776C) is known color: Americano. HEX triplet: 8B, 77 and 6C. RGB value is (139,119,108). Sum of RGB (Red+Green+Blue) = 139+119+108=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B776C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B776C is #748893. Grayscale: #7B7B7B. Windows color (decimal): -7637140 or 7108491. OLE color: 7108491.

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

Color convert

RGB 139 119 108 -
CMYK 0 0.14 0.22 0.45
HSL 21.29º 0.13% 0.48% -
HSV(B) 21.29º 0.22% 0.55% -
XYZ 19.95 19.77 16.95 -
YUV 123.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 139 119 108 0 0.14 0.22 0.45 21.29 0.13 0.48
Hex 8B 77 6C 0 E 16 2D 15 D 30
Octal 213 167 154 0 16 26 55 25 15 60
Binary 10001011 1110111 1101100 0 1110 10110 101101 10101 1101 110000

Color Harmonies of #8B776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B776C

Black with #8B776C

Text Example


Text Example

White with #8B776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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