Html Css Color HEX #84766E Americano

📋 copy color: '#84766E'

red 132 ◦ green 118 ◦ blue 110

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

Shades of Americano #84766E

Tints of Americano #84766E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.78%

 BLUE value IS 110 (43.36% from 255) = 30.56%

R = 36.67%
G = 32.78%
B = 30.56%

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

#84766E (or 0x84766E) is known color: Americano. HEX triplet: 84, 76 and 6E. RGB value is (132,118,110). Sum of RGB (Red+Green+Blue) = 132+118+110=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 132 - color contains mainly: red. Hex color #84766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84766E is #7B8991. Grayscale: #797979. Windows color (decimal): -8096146 or 7239300. OLE color: 7239300.

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

Color convert

RGB 132 118 110 -
CMYK 0 0.11 0.17 0.48
HSL 21.82º 0.09% 0.47% -
HSV(B) 21.82º 0.17% 0.52% -
XYZ 18.81 18.99 17.43 -
YUV 121.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 132 118 110 0 0.11 0.17 0.48 21.82 0.09 0.47
Hex 84 76 6E 0 B 11 30 16 9 2F
Octal 204 166 156 0 13 21 60 26 11 57
Binary 10000100 1110110 1101110 0 1011 10001 110000 10110 1001 101111

Color Harmonies of #84766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84766E

Black with #84766E

Text Example


Text Example

White with #84766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84766E; }

 p { color: rgb(132,118,110); }

 H1.HeaderClassName
 {
   color: #84766E;
 }
 .AnyTagClassName
 {
   color: #84766E;
 }
</style>

background-color css

<style>
 a { background-color: #84766E; }

 a { background-color: rgb(132,118,110); }

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

border-color css

<style>
 span { border-color: #84766E; }

 span { border-color: rgb(132,118,110); }

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