Html Css Color HEX #8B7B6D Americano

📋 copy color: '#8B7B6D'

red 139 ◦ green 123 ◦ blue 109

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

Shades of Americano #8B7B6D

Tints of Americano #8B7B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.38%

R = 37.47%
G = 33.15%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8B7B6D (or 0x8B7B6D) is known color: Americano. HEX triplet: 8B, 7B and 6D. RGB value is (139,123,109). Sum of RGB (Red+Green+Blue) = 139+123+109=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7B6D is #748492. Grayscale: #7E7E7E. Windows color (decimal): -7636115 or 7175051. OLE color: 7175051.

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

Color convert

RGB 139 123 109 -
CMYK 0 0.12 0.22 0.45
HSL 28º 0.12% 0.49% -
HSV(B) 28º 0.22% 0.55% -
XYZ 20.49 20.76 17.39 -
YUV 126.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 139 123 109 0 0.12 0.22 0.45 28 0.12 0.49
Hex 8B 7B 6D 0 C 16 2D 1C C 31
Octal 213 173 155 0 14 26 55 34 14 61
Binary 10001011 1111011 1101101 0 1100 10110 101101 11100 1100 110001

Color Harmonies of #8B7B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7B6D

Black with #8B7B6D

Text Example


Text Example

White with #8B7B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,123,109); }

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

background-color css

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

 a { background-color: rgb(139,123,109); }

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

border-color css

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

 span { border-color: rgb(139,123,109); }

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