Html Css Color HEX #8B766B Americano

📋 copy color: '#8B766B'

red 139 ◦ green 118 ◦ blue 107

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

Shades of Americano #8B766B

Tints of Americano #8B766B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.42%

 BLUE value IS 107 (42.19% from 255) = 29.4%

R = 38.19%
G = 32.42%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8B766B (or 0x8B766B) is known color: Americano. HEX triplet: 8B, 76 and 6B. RGB value is (139,118,107). Sum of RGB (Red+Green+Blue) = 139+118+107=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B766B is #748994. Grayscale: #7B7B7B. Windows color (decimal): -7637397 or 7042699. OLE color: 7042699.

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

Color convert

RGB 139 118 107 -
CMYK 0 0.15 0.23 0.45
HSL 20.63º 0.13% 0.48% -
HSV(B) 20.63º 0.23% 0.55% -
XYZ 19.78 19.51 16.63 -
YUV 123.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 139 118 107 0 0.15 0.23 0.45 20.63 0.13 0.48
Hex 8B 76 6B 0 F 17 2D 15 D 30
Octal 213 166 153 0 17 27 55 25 15 60
Binary 10001011 1110110 1101011 0 1111 10111 101101 10101 1101 110000

Color Harmonies of #8B766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B766B

Black with #8B766B

Text Example


Text Example

White with #8B766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,118,107); }

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

background-color css

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

 a { background-color: rgb(139,118,107); }

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

border-color css

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

 span { border-color: rgb(139,118,107); }

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