Html Css Color HEX #847870 Americano

📋 copy color: '#847870'

red 132 ◦ green 120 ◦ blue 112

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

Shades of Americano #847870

Tints of Americano #847870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.97%

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

R = 36.26%
G = 32.97%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#847870 (or 0x847870) is known color: Americano. HEX triplet: 84, 78 and 70. RGB value is (132,120,112). Sum of RGB (Red+Green+Blue) = 132+120+112=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 132 - color contains mainly: red. Hex color #847870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847870 is #7B878F. Grayscale: #7A7A7A. Windows color (decimal): -8095632 or 7370884. OLE color: 7370884.

HSL color Cylindrical-coordinate representation of color #847870: hue angle of 24º 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 #847870 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 120 112 -
CMYK 0 0.09 0.15 0.48
HSL 24º 0.08% 0.48% -
HSV(B) 24º 0.15% 0.52% -
XYZ 19.16 19.51 18.09 -
YUV 122.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 132 120 112 0 0.09 0.15 0.48 24 0.08 0.48
Hex 84 78 70 0 9 F 30 18 8 30
Octal 204 170 160 0 11 17 60 30 10 60
Binary 10000100 1111000 1110000 0 1001 1111 110000 11000 1000 110000

Color Harmonies of #847870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847870

Black with #847870

Text Example


Text Example

White with #847870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847870; }

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

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

background-color css

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

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

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

border-color css

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

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

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