Html Css Color HEX #80766F Americano

📋 copy color: '#80766F'

red 128 ◦ green 118 ◦ blue 111

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

Shades of Americano #80766F

Tints of Americano #80766F

RGB

 RED value IS 128 (50.39% from 255) = 35.85%

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

 BLUE value IS 111 (43.75% from 255) = 31.09%

R = 35.85%
G = 33.05%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80766F (or 0x80766F) is known color: Americano. HEX triplet: 80, 76 and 6F. RGB value is (128,118,111). Sum of RGB (Red+Green+Blue) = 128+118+111=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 128 - color contains mainly: red. Hex color #80766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80766F is #7F8990. Grayscale: #787878. Windows color (decimal): -8358289 or 7304832. OLE color: 7304832.

HSL color Cylindrical-coordinate representation of color #80766F: hue angle of 24.71º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #80766F is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 118 111 -
CMYK 0 0.08 0.13 0.50
HSL 24.71º 0.07% 0.47% -
HSV(B) 24.71º 0.13% 0.5% -
XYZ 18.25 18.69 17.69 -
YUV 120.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 128 118 111 0 0.08 0.13 0.50 24.71 0.07 0.47
Hex 80 76 6F 0 8 D 32 19 7 2F
Octal 200 166 157 0 10 15 62 31 7 57
Binary 10000000 1110110 1101111 0 1000 1101 110010 11001 111 101111

Color Harmonies of #80766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80766F

Black with #80766F

Text Example


Text Example

White with #80766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80766F; }

 p { color: rgb(128,118,111); }

 H1.HeaderClassName
 {
   color: #80766F;
 }
 .AnyTagClassName
 {
   color: #80766F;
 }
</style>

background-color css

<style>
 a { background-color: #80766F; }

 a { background-color: rgb(128,118,111); }

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

border-color css

<style>
 span { border-color: #80766F; }

 span { border-color: rgb(128,118,111); }

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