Html Css Color HEX #84786F Americano

📋 copy color: '#84786F'

red 132 ◦ green 120 ◦ blue 111

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

Shades of Americano #84786F

Tints of Americano #84786F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.06%

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

R = 36.36%
G = 33.06%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#84786F (or 0x84786F) is known color: Americano. HEX triplet: 84, 78 and 6F. RGB value is (132,120,111). Sum of RGB (Red+Green+Blue) = 132+120+111=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 132 - color contains mainly: red. Hex color #84786F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84786F is #7B8790. Grayscale: #7A7A7A. Windows color (decimal): -8095633 or 7305348. OLE color: 7305348.

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

Color convert

RGB 132 120 111 -
CMYK 0 0.09 0.16 0.48
HSL 25.71º 0.09% 0.48% -
HSV(B) 25.71º 0.16% 0.52% -
XYZ 19.1 19.49 17.79 -
YUV 122.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 132 120 111 0 0.09 0.16 0.48 25.71 0.09 0.48
Hex 84 78 6F 0 9 10 30 1A 9 30
Octal 204 170 157 0 11 20 60 32 11 60
Binary 10000100 1111000 1101111 0 1001 10000 110000 11010 1001 110000

Color Harmonies of #84786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84786F

Black with #84786F

Text Example


Text Example

White with #84786F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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