Html Css Color HEX #807973 Americano

📋 copy color: '#807973'

red 128 ◦ green 121 ◦ blue 115

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

Shades of Americano #807973

Tints of Americano #807973

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.24%

 BLUE value IS 115 (45.31% from 255) = 31.59%

R = 35.16%
G = 33.24%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#807973 (or 0x807973) is known color: Americano. HEX triplet: 80, 79 and 73. RGB value is (128,121,115). Sum of RGB (Red+Green+Blue) = 128+121+115=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 128 - color contains mainly: red. Hex color #807973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807973 is #7F868C. Grayscale: #7A7A7A. Windows color (decimal): -8357517 or 7567744. OLE color: 7567744.

HSL color Cylindrical-coordinate representation of color #807973: hue angle of 27.69º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #807973 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 121 115 -
CMYK 0 0.05 0.10 0.50
HSL 27.69º 0.05% 0.48% -
HSV(B) 27.69º 0.1% 0.5% -
XYZ 18.83 19.5 18.99 -
YUV 122.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 128 121 115 0 0.05 0.10 0.50 27.69 0.05 0.48
Hex 80 79 73 0 5 A 32 1C 5 30
Octal 200 171 163 0 5 12 62 34 5 60
Binary 10000000 1111001 1110011 0 101 1010 110010 11100 101 110000

Color Harmonies of #807973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807973

Black with #807973

Text Example


Text Example

White with #807973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807973; }

 p { color: rgb(128,121,115); }

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

background-color css

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

 a { background-color: rgb(128,121,115); }

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

border-color css

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

 span { border-color: rgb(128,121,115); }

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