Html Css Color HEX #84796E Americano

📋 copy color: '#84796E'

red 132 ◦ green 121 ◦ blue 110

#84796E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Americano #84796E

Tints of Americano #84796E

RGB

 RED value IS 132 (51.95% from 255) = 36.36%

 GREEN value IS 121 (47.66% from 255) = 33.33%

 BLUE value IS 110 (43.36% from 255) = 30.3%

R = 36.36%
G = 33.33%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#84796E (or 0x84796E) is known color: Americano. HEX triplet: 84, 79 and 6E. RGB value is (132,121,110). Sum of RGB (Red+Green+Blue) = 132+121+110=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 132 - color contains mainly: red. Hex color #84796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84796E is #7B8691. Grayscale: #7B7B7B. Windows color (decimal): -8095378 or 7240068. OLE color: 7240068.

HSL color Cylindrical-coordinate representation of color #84796E: hue angle of 30º 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 #84796E is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 121 110 -
CMYK 0 0.08 0.17 0.48
HSL 30º 0.09% 0.47% -
HSV(B) 30º 0.17% 0.52% -
XYZ 19.17 19.71 17.55 -
YUV 123.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 132 121 110 0 0.08 0.17 0.48 30 0.09 0.47
Hex 84 79 6E 0 8 11 30 1E 9 2F
Octal 204 171 156 0 10 21 60 36 11 57
Binary 10000100 1111001 1101110 0 1000 10001 110000 11110 1001 101111

Color Harmonies of #84796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84796E

Black with #84796E

Text Example


Text Example

White with #84796E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84796E;
 }
 .AnyTagClassName
 {
   color: #84796E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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