Html Css Color HEX #847D77 Americano

📋 copy color: '#847D77'

red 132 ◦ green 125 ◦ blue 119

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

Shades of Americano #847D77

Tints of Americano #847D77

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.24%

 BLUE value IS 119 (46.88% from 255) = 31.65%

R = 35.11%
G = 33.24%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#847D77 (or 0x847D77) is known color: Americano. HEX triplet: 84, 7D and 77. RGB value is (132,125,119). Sum of RGB (Red+Green+Blue) = 132+125+119=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 132 - color contains mainly: red. Hex color #847D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847D77 is #7B8288. Grayscale: #7E7E7E. Windows color (decimal): -8094345 or 7830916. OLE color: 7830916.

HSL color Cylindrical-coordinate representation of color #847D77: hue angle of 27.69º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #847D77 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 125 119 -
CMYK 0 0.05 0.10 0.48
HSL 27.69º 0.05% 0.49% -
HSV(B) 27.69º 0.1% 0.52% -
XYZ 20.18 20.9 20.42 -
YUV 126.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 132 125 119 0 0.05 0.10 0.48 27.69 0.05 0.49
Hex 84 7D 77 0 5 A 30 1C 5 31
Octal 204 175 167 0 5 12 60 34 5 61
Binary 10000100 1111101 1110111 0 101 1010 110000 11100 101 110001

Color Harmonies of #847D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847D77

Black with #847D77

Text Example


Text Example

White with #847D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847D77; }

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

 H1.HeaderClassName
 {
   color: #847D77;
 }
 .AnyTagClassName
 {
   color: #847D77;
 }
</style>

background-color css

<style>
 a { background-color: #847D77; }

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

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

border-color css

<style>
 span { border-color: #847D77; }

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

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