Html Css Color HEX #84796F Americano

📋 copy color: '#84796F'

red 132 ◦ green 121 ◦ blue 111

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

Shades of Americano #84796F

Tints of Americano #84796F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.49%

R = 36.26%
G = 33.24%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#84796F (or 0x84796F) is known color: Americano. HEX triplet: 84, 79 and 6F. RGB value is (132,121,111). Sum of RGB (Red+Green+Blue) = 132+121+111=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 132 - color contains mainly: red. Hex color #84796F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84796F is #7B8690. Grayscale: #7B7B7B. Windows color (decimal): -8095377 or 7305604. OLE color: 7305604.

HSL color Cylindrical-coordinate representation of color #84796F: hue angle of 28.57º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84796F is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 121 111 -
CMYK 0 0.08 0.16 0.48
HSL 28.57º 0.09% 0.48% -
HSV(B) 28.57º 0.16% 0.52% -
XYZ 19.22 19.73 17.83 -
YUV 123.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 132 121 111 0 0.08 0.16 0.48 28.57 0.09 0.48
Hex 84 79 6F 0 8 10 30 1D 9 30
Octal 204 171 157 0 10 20 60 35 11 60
Binary 10000100 1111001 1101111 0 1000 10000 110000 11101 1001 110000

Color Harmonies of #84796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84796F

Black with #84796F

Text Example


Text Example

White with #84796F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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