Html Css Color HEX #847B73 Americano

📋 copy color: '#847B73'

red 132 ◦ green 123 ◦ blue 115

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

Shades of Americano #847B73

Tints of Americano #847B73

RGB

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

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

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

R = 35.68%
G = 33.24%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#847B73 (or 0x847B73) is known color: Americano. HEX triplet: 84, 7B and 73. RGB value is (132,123,115). Sum of RGB (Red+Green+Blue) = 132+123+115=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 132 - color contains mainly: red. Hex color #847B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847B73 is #7B848C. Grayscale: #7C7C7C. Windows color (decimal): -8094861 or 7568260. OLE color: 7568260.

HSL color Cylindrical-coordinate representation of color #847B73: hue angle of 28.24º 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 #847B73 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 123 115 -
CMYK 0 0.07 0.13 0.48
HSL 28.24º 0.07% 0.48% -
HSV(B) 28.24º 0.13% 0.52% -
XYZ 19.69 20.31 19.1 -
YUV 124.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 132 123 115 0 0.07 0.13 0.48 28.24 0.07 0.48
Hex 84 7B 73 0 7 D 30 1C 7 30
Octal 204 173 163 0 7 15 60 34 7 60
Binary 10000100 1111011 1110011 0 111 1101 110000 11100 111 110000

Color Harmonies of #847B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847B73

Black with #847B73

Text Example


Text Example

White with #847B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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