Html Css Color HEX #8B756A Americano

📋 copy color: '#8B756A'

red 139 ◦ green 117 ◦ blue 106

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

Shades of Americano #8B756A

Tints of Americano #8B756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.32%

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

R = 38.4%
G = 32.32%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8B756A (or 0x8B756A) is known color: Americano. HEX triplet: 8B, 75 and 6A. RGB value is (139,117,106). Sum of RGB (Red+Green+Blue) = 139+117+106=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B756A is #748A95. Grayscale: #7A7A7A. Windows color (decimal): -7637654 or 6976907. OLE color: 6976907.

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

Color convert

RGB 139 117 106 -
CMYK 0 0.16 0.24 0.45
HSL 20º 0.13% 0.48% -
HSV(B) 20º 0.24% 0.55% -
XYZ 19.61 19.25 16.32 -
YUV 122.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 139 117 106 0 0.16 0.24 0.45 20 0.13 0.48
Hex 8B 75 6A 0 10 18 2D 14 D 30
Octal 213 165 152 0 20 30 55 24 15 60
Binary 10001011 1110101 1101010 0 10000 11000 101101 10100 1101 110000

Color Harmonies of #8B756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B756A

Black with #8B756A

Text Example


Text Example

White with #8B756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,117,106); }

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

background-color css

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

 a { background-color: rgb(139,117,106); }

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

border-color css

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

 span { border-color: rgb(139,117,106); }

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