Html Css Color HEX #84756D Americano

📋 copy color: '#84756D'

red 132 ◦ green 117 ◦ blue 109

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

Shades of Americano #84756D

Tints of Americano #84756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.68%

 BLUE value IS 109 (42.97% from 255) = 30.45%

R = 36.87%
G = 32.68%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#84756D (or 0x84756D) is known color: Americano. HEX triplet: 84, 75 and 6D. RGB value is (132,117,109). Sum of RGB (Red+Green+Blue) = 132+117+109=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 132 - color contains mainly: red. Hex color #84756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84756D is #7B8A92. Grayscale: #787878. Windows color (decimal): -8096403 or 7173508. OLE color: 7173508.

HSL color Cylindrical-coordinate representation of color #84756D: hue angle of 20.87º degrees, saturation: 0.1, 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 #84756D is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 117 109 -
CMYK 0 0.11 0.17 0.48
HSL 20.87º 0.1% 0.47% -
HSV(B) 20.87º 0.17% 0.52% -
XYZ 18.64 18.73 17.1 -
YUV 120.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 132 117 109 0 0.11 0.17 0.48 20.87 0.1 0.47
Hex 84 75 6D 0 B 11 30 15 A 2F
Octal 204 165 155 0 13 21 60 25 12 57
Binary 10000100 1110101 1101101 0 1011 10001 110000 10101 1010 101111

Color Harmonies of #84756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84756D

Black with #84756D

Text Example


Text Example

White with #84756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84756D; }

 p { color: rgb(132,117,109); }

 H1.HeaderClassName
 {
   color: #84756D;
 }
 .AnyTagClassName
 {
   color: #84756D;
 }
</style>

background-color css

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

 a { background-color: rgb(132,117,109); }

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

border-color css

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

 span { border-color: rgb(132,117,109); }

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