Html Css Color HEX #847B71 Americano

📋 copy color: '#847B71'

red 132 ◦ green 123 ◦ blue 113

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

Shades of Americano #847B71

Tints of Americano #847B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.42%

 BLUE value IS 113 (44.53% from 255) = 30.71%

R = 35.87%
G = 33.42%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#847B71 (or 0x847B71) is known color: Americano. HEX triplet: 84, 7B and 71. RGB value is (132,123,113). Sum of RGB (Red+Green+Blue) = 132+123+113=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 132 - color contains mainly: red. Hex color #847B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847B71 is #7B848E. Grayscale: #7C7C7C. Windows color (decimal): -8094863 or 7437188. OLE color: 7437188.

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

Color convert

RGB 132 123 113 -
CMYK 0 0.07 0.14 0.48
HSL 31.58º 0.08% 0.48% -
HSV(B) 31.58º 0.14% 0.52% -
XYZ 19.58 20.26 18.5 -
YUV 124.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 132 123 113 0 0.07 0.14 0.48 31.58 0.08 0.48
Hex 84 7B 71 0 7 E 30 20 8 30
Octal 204 173 161 0 7 16 60 40 10 60
Binary 10000100 1111011 1110001 0 111 1110 110000 100000 1000 110000

Color Harmonies of #847B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847B71

Black with #847B71

Text Example


Text Example

White with #847B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,123,113); }

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

background-color css

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

 a { background-color: rgb(132,123,113); }

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

border-color css

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

 span { border-color: rgb(132,123,113); }

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