#807872

Color #807872 Americano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Americano #807872

Tints of Americano #807872

Color information

#807872 (or 0x807872) is unknown color: approx Americano. HEX triplet: 80, 78 and 72. RGB value is (128,120,114). Sum of RGB (Red+Green+Blue) = 128+120+114=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 128 - color contains mainly: red. Hex color #807872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807872 is #7F878D. Grayscale: #797979. Windows color (decimal): -8357774 or 7501952. OLE color: 7501952.

HSL color Cylindrical-coordinate representation of color #807872: hue angle of 25.71º 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 #807872 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB128120114-
CMYK00.060.110.50
HSL25.71º5.79%47.45%-
HSV(B)25.71º10.94%50.2%-
XYZ18.6619.2418.65-
YUV121.71123.65132.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.36%
GREEN value IS 120 (47.27% from 255) = 33.15%
BLUE value IS 114 (44.92% from 255) = 31.49%
R=35.36%
G=33.15%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812011400.060.110.5025.715.7947.45
Hex80787206B321a62f
Octal20017016206136232657
Binary10000000111100011100100110101111001011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807872; }

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

 H1.HeaderClassName
 {
   color: #807872;
 }
 .AnyTagClassName
 {
   color: #807872;
 }
</style>
background-color css

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

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

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

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

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

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