Html Css Color HEX #8B7F76 Americano

📋 copy color: '#8B7F76'

red 139 ◦ green 127 ◦ blue 118

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

Shades of Americano #8B7F76

Tints of Americano #8B7F76

RGB

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

 GREEN value IS 127 (50% from 255) = 33.07%

 BLUE value IS 118 (46.48% from 255) = 30.73%

R = 36.2%
G = 33.07%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8B7F76 (or 0x8B7F76) is known color: Americano. HEX triplet: 8B, 7F and 76. RGB value is (139,127,118). Sum of RGB (Red+Green+Blue) = 139+127+118=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7F76 is #748089. Grayscale: #818181. Windows color (decimal): -7635082 or 7765899. OLE color: 7765899.

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

Color convert

RGB 139 127 118 -
CMYK 0 0.09 0.15 0.45
HSL 25.71º 0.08% 0.5% -
HSV(B) 25.71º 0.15% 0.55% -
XYZ 21.51 21.98 20.25 -
YUV 129.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 139 127 118 0 0.09 0.15 0.45 25.71 0.08 0.5
Hex 8B 7F 76 0 9 F 2D 1A 8 32
Octal 213 177 166 0 11 17 55 32 10 62
Binary 10001011 1111111 1110110 0 1001 1111 101101 11010 1000 110010

Color Harmonies of #8B7F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7F76

Black with #8B7F76

Text Example


Text Example

White with #8B7F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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