Html Css Color HEX #847A70 Americano

📋 copy color: '#847A70'

red 132 ◦ green 122 ◦ blue 112

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

Shades of Americano #847A70

Tints of Americano #847A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.33%

 BLUE value IS 112 (44.14% from 255) = 30.6%

R = 36.07%
G = 33.33%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#847A70 (or 0x847A70) is known color: Americano. HEX triplet: 84, 7A and 70. RGB value is (132,122,112). Sum of RGB (Red+Green+Blue) = 132+122+112=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 132 - color contains mainly: red. Hex color #847A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847A70 is #7B858F. Grayscale: #7B7B7B. Windows color (decimal): -8095120 or 7371396. OLE color: 7371396.

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

Color convert

RGB 132 122 112 -
CMYK 0 0.08 0.15 0.48
HSL 30º 0.08% 0.48% -
HSV(B) 30º 0.15% 0.52% -
XYZ 19.4 19.99 18.17 -
YUV 123.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 132 122 112 0 0.08 0.15 0.48 30 0.08 0.48
Hex 84 7A 70 0 8 F 30 1E 8 30
Octal 204 172 160 0 10 17 60 36 10 60
Binary 10000100 1111010 1110000 0 1000 1111 110000 11110 1000 110000

Color Harmonies of #847A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847A70

Black with #847A70

Text Example


Text Example

White with #847A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,122,112); }

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

background-color css

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

 a { background-color: rgb(132,122,112); }

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

border-color css

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

 span { border-color: rgb(132,122,112); }

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