#877D72

Color #877D72 Americano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Americano #877D72

Tints of Americano #877D72

Color information

#877D72 (or 0x877D72) is unknown color: approx Americano. HEX triplet: 87, 7D and 72. RGB value is (135,125,114). Sum of RGB (Red+Green+Blue) = 135+125+114=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 135 - color contains mainly: red. Hex color #877D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877D72 is #78828D. Grayscale: #7E7E7E. Windows color (decimal): -7897742 or 7503239. OLE color: 7503239.

HSL color Cylindrical-coordinate representation of color #877D72: hue angle of 31.43º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #877D72 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB135125114-
CMYK00.070.160.47
HSL31.43º8.43%48.82%-
HSV(B)31.43º15.56%52.94%-
XYZ20.3621.0318.91-
YUV126.74120.81133.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 125 (49.22% from 255) = 33.42%
BLUE value IS 114 (44.92% from 255) = 30.48%
R=36.10%
G=33.42%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512511400.070.160.4731.438.4348.82
Hex877D7207102F1f831
Octal207175162072057371061
Binary1000011111111011110010011110000101111111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877D72; }

 p { color: rgb(135,125,114); }

 H1.HeaderClassName
 {
   color: #877D72;
 }
 .AnyTagClassName
 {
   color: #877D72;
 }
</style>
background-color css

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

 a { background-color: rgb(135,125,114); }

 div.DivClassName
 {
   background-color: #877D72;
 }
 .BgClassName
 {
   background-color: #877D72;
 }
</style>
border-color css

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

 span { border-color: rgb(135,125,114); }

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