#817A73

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

Shades of Americano #817A73

Tints of Americano #817A73

Color information

#817A73 (or 0x817A73) is unknown color: approx Americano. HEX triplet: 81, 7A and 73. RGB value is (129,122,115). Sum of RGB (Red+Green+Blue) = 129+122+115=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 129 - color contains mainly: red. Hex color #817A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817A73 is #7E858C. Grayscale: #7B7B7B. Windows color (decimal): -8291725 or 7568001. OLE color: 7568001.

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

Color convert

RGB129122115-
CMYK00.050.110.49
HSL30º5.74%47.84%-
HSV(B)30º10.85%50.59%-
XYZ19.1119.8219.04-
YUV123.29123.32132.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 122 (48.05% from 255) = 33.33%
BLUE value IS 115 (45.31% from 255) = 31.42%
R=35.25%
G=33.33%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912211500.050.110.49305.7447.84
Hex817A7305B311e630
Octal20117216305136136660
Binary10000001111101011100110101101111000111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817A73; }

 p { color: rgb(129,122,115); }

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

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

 a { background-color: rgb(129,122,115); }

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

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

 span { border-color: rgb(129,122,115); }

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