#84776E

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

Shades of Americano #84776E

Tints of Americano #84776E

Color information

#84776E (or 0x84776E) is unknown color: approx Americano. HEX triplet: 84, 77 and 6E. RGB value is (132,119,110). Sum of RGB (Red+Green+Blue) = 132+119+110=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 132 - color contains mainly: red. Hex color #84776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84776E is #7B8891. Grayscale: #797979. Windows color (decimal): -8095890 or 7239556. OLE color: 7239556.

HSL color Cylindrical-coordinate representation of color #84776E: hue angle of 24.55º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84776E is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB132119110-
CMYK00.100.170.48
HSL24.55º9.09%47.45%-
HSV(B)24.55º16.67%51.76%-
XYZ18.9319.2217.47-
YUV121.86121.31135.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 119 (46.88% from 255) = 32.96%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=36.57%
G=32.96%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211911000.100.170.4824.559.0947.45
Hex84776E0A11301992f
Octal2041671560122160311157
Binary10000100111011111011100101010001110000110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84776E; }

 p { color: rgb(132,119,110); }

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

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

 a { background-color: rgb(132,119,110); }

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

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

 span { border-color: rgb(132,119,110); }

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