#817D79

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

Shades of Americano #817D79

Tints of Americano #817D79

Color information

#817D79 (or 0x817D79) is unknown color: approx Americano. HEX triplet: 81, 7D and 79. RGB value is (129,125,121). Sum of RGB (Red+Green+Blue) = 129+125+121=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 129 - color contains mainly: red. Hex color #817D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817D79 is #7E8286. Grayscale: #7D7D7D. Windows color (decimal): -8290951 or 7961985. OLE color: 7961985.

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

Color convert

RGB129125121-
CMYK00.030.060.49
HSL30º3.2%49.02%-
HSV(B)30º6.2%50.59%-
XYZ19.8420.7121.04-
YUV125.74125.33130.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.4%
GREEN value IS 125 (49.22% from 255) = 33.33%
BLUE value IS 121 (47.66% from 255) = 32.27%
R=34.4%
G=33.33%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912512100.030.060.49303.249.02
Hex817D79036311e331
Octal2011751710366136361
Binary10000001111110111110010111101100011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,125,121); }

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

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

 a { background-color: rgb(129,125,121); }

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

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

 span { border-color: rgb(129,125,121); }

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