Html Css Color HEX #807872 Americano

📋 copy color: '#807872'

red 128 ◦ green 120 ◦ blue 114

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

Shades of Americano #807872

Tints of Americano #807872

RGB

 RED value IS 128 (50.39% from 255) = 35.36%

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

 BLUE value IS 114 (44.92% from 255) = 31.49%

R = 35.36%
G = 33.15%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#807872 (or 0x807872) is known color: Americano. HEX triplet: 80, 78 and 72. RGB value is (128,120,114). Sum of RGB (Red+Green+Blue) = 128+120+114=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 128 - color contains mainly: red. Hex color #807872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807872 is #7F878D. Grayscale: #797979. Windows color (decimal): -8357774 or 7501952. OLE color: 7501952.

HSL color Cylindrical-coordinate representation of color #807872: hue angle of 25.71º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #807872 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 120 114 -
CMYK 0 0.06 0.11 0.50
HSL 25.71º 0.06% 0.47% -
HSV(B) 25.71º 0.11% 0.5% -
XYZ 18.66 19.24 18.65 -
YUV 121.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 128 120 114 0 0.06 0.11 0.50 25.71 0.06 0.47
Hex 80 78 72 0 6 B 32 1A 6 2F
Octal 200 170 162 0 6 13 62 32 6 57
Binary 10000000 1111000 1110010 0 110 1011 110010 11010 110 101111

Color Harmonies of #807872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807872

Black with #807872

Text Example


Text Example

White with #807872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807872; }

 p { color: rgb(128,120,114); }

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

background-color css

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

 a { background-color: rgb(128,120,114); }

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

border-color css

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

 span { border-color: rgb(128,120,114); }

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