Html Css Color HEX #84776F Americano

📋 copy color: '#84776F'

red 132 ◦ green 119 ◦ blue 111

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

Shades of Americano #84776F

Tints of Americano #84776F

RGB

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

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

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

R = 36.46%
G = 32.87%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#84776F (or 0x84776F) is known color: Americano. HEX triplet: 84, 77 and 6F. RGB value is (132,119,111). Sum of RGB (Red+Green+Blue) = 132+119+111=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 132 - color contains mainly: red. Hex color #84776F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84776F is #7B8890. Grayscale: #7A7A7A. Windows color (decimal): -8095889 or 7305092. OLE color: 7305092.

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

Color convert

RGB 132 119 111 -
CMYK 0 0.10 0.16 0.48
HSL 22.86º 0.09% 0.48% -
HSV(B) 22.86º 0.16% 0.52% -
XYZ 18.98 19.25 17.75 -
YUV 121.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 132 119 111 0 0.10 0.16 0.48 22.86 0.09 0.48
Hex 84 77 6F 0 A 10 30 17 9 30
Octal 204 167 157 0 12 20 60 27 11 60
Binary 10000100 1110111 1101111 0 1010 10000 110000 10111 1001 110000

Color Harmonies of #84776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84776F

Black with #84776F

Text Example


Text Example

White with #84776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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