Html Css Color HEX #84776D Americano

📋 copy color: '#84776D'

red 132 ◦ green 119 ◦ blue 109

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

Shades of Americano #84776D

Tints of Americano #84776D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.06%

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

R = 36.67%
G = 33.06%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#84776D (or 0x84776D) is known color: Americano. HEX triplet: 84, 77 and 6D. RGB value is (132,119,109). Sum of RGB (Red+Green+Blue) = 132+119+109=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 132 - color contains mainly: red. Hex color #84776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84776D is #7B8892. Grayscale: #797979. Windows color (decimal): -8095891 or 7174020. OLE color: 7174020.

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

Color convert

RGB 132 119 109 -
CMYK 0 0.10 0.17 0.48
HSL 26.09º 0.1% 0.47% -
HSV(B) 26.09º 0.17% 0.52% -
XYZ 18.87 19.2 17.18 -
YUV 121.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 132 119 109 0 0.10 0.17 0.48 26.09 0.1 0.47
Hex 84 77 6D 0 A 11 30 1A A 2F
Octal 204 167 155 0 12 21 60 32 12 57
Binary 10000100 1110111 1101101 0 1010 10001 110000 11010 1010 101111

Color Harmonies of #84776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84776D

Black with #84776D

Text Example


Text Example

White with #84776D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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