#817770

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

Shades of Americano #817770

Tints of Americano #817770

Color information

#817770 (or 0x817770) is unknown color: approx Americano. HEX triplet: 81, 77 and 70. RGB value is (129,119,112). Sum of RGB (Red+Green+Blue) = 129+119+112=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 129 - color contains mainly: red. Hex color #817770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817770 is #7E888F. Grayscale: #797979. Windows color (decimal): -8292496 or 7370625. OLE color: 7370625.

HSL color Cylindrical-coordinate representation of color #817770: hue angle of 24.71º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #817770 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB129119112-
CMYK00.080.130.49
HSL24.71º7.05%47.25%-
HSV(B)24.71º13.18%50.59%-
XYZ18.5719.0318.02-
YUV121.19122.81133.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.83%
GREEN value IS 119 (46.88% from 255) = 33.06%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=35.83%
G=33.06%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911911200.080.130.4924.717.0547.25
Hex81777008D311972f
Octal201167160010156131757
Binary100000011110111111000001000110111000111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817770; }

 p { color: rgb(129,119,112); }

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

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

 a { background-color: rgb(129,119,112); }

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

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

 span { border-color: rgb(129,119,112); }

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