Html Css Color HEX #847C73 Americano

📋 copy color: '#847C73'

red 132 ◦ green 124 ◦ blue 115

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

Shades of Americano #847C73

Tints of Americano #847C73

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.42%

 BLUE value IS 115 (45.31% from 255) = 31%

R = 35.58%
G = 33.42%
B = 31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#847C73 (or 0x847C73) is known color: Americano. HEX triplet: 84, 7C and 73. RGB value is (132,124,115). Sum of RGB (Red+Green+Blue) = 132+124+115=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 132 - color contains mainly: red. Hex color #847C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847C73 is #7B838C. Grayscale: #7D7D7D. Windows color (decimal): -8094605 or 7568516. OLE color: 7568516.

HSL color Cylindrical-coordinate representation of color #847C73: hue angle of 31.76º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #847C73 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 124 115 -
CMYK 0 0.06 0.13 0.48
HSL 31.76º 0.07% 0.48% -
HSV(B) 31.76º 0.13% 0.52% -
XYZ 19.82 20.56 19.14 -
YUV 125.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 132 124 115 0 0.06 0.13 0.48 31.76 0.07 0.48
Hex 84 7C 73 0 6 D 30 20 7 30
Octal 204 174 163 0 6 15 60 40 7 60
Binary 10000100 1111100 1110011 0 110 1101 110000 100000 111 110000

Color Harmonies of #847C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847C73

Black with #847C73

Text Example


Text Example

White with #847C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,124,115); }

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

background-color css

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

 a { background-color: rgb(132,124,115); }

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

border-color css

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

 span { border-color: rgb(132,124,115); }

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