Html Css Color HEX #807972 Americano

📋 copy color: '#807972'

red 128 ◦ green 121 ◦ blue 114

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

Shades of Americano #807972

Tints of Americano #807972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.4%

R = 35.26%
G = 33.33%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#807972 (or 0x807972) is known color: Americano. HEX triplet: 80, 79 and 72. RGB value is (128,121,114). Sum of RGB (Red+Green+Blue) = 128+121+114=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 128 - color contains mainly: red. Hex color #807972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807972 is #7F868D. Grayscale: #7A7A7A. Windows color (decimal): -8357518 or 7502208. OLE color: 7502208.

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

Color convert

RGB 128 121 114 -
CMYK 0 0.05 0.11 0.50
HSL 30º 0.06% 0.47% -
HSV(B) 30º 0.11% 0.5% -
XYZ 18.78 19.48 18.69 -
YUV 122.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 128 121 114 0 0.05 0.11 0.50 30 0.06 0.47
Hex 80 79 72 0 5 B 32 1E 6 2F
Octal 200 171 162 0 5 13 62 36 6 57
Binary 10000000 1111001 1110010 0 101 1011 110010 11110 110 101111

Color Harmonies of #807972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807972

Black with #807972

Text Example


Text Example

White with #807972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807972; }

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

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

background-color css

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

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

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

border-color css

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

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

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