#877E75

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

Shades of Americano #877E75

Tints of Americano #877E75

Color information

#877E75 (or 0x877E75) is unknown color: approx Americano. HEX triplet: 87, 7E and 75. RGB value is (135,126,117). Sum of RGB (Red+Green+Blue) = 135+126+117=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 135 - color contains mainly: red. Hex color #877E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E75 is #78818A. Grayscale: #7F7F7F. Windows color (decimal): -7897483 or 7700103. OLE color: 7700103.

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

Color convert

RGB135126117-
CMYK00.070.130.47
HSL30º7.14%49.41%-
HSV(B)30º13.33%52.94%-
XYZ20.6621.3619.86-
YUV127.66121.98133.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.71%
GREEN value IS 126 (49.61% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=35.71%
G=33.33%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512611700.070.130.47307.1449.41
Hex877E7507D2F1e731
Octal20717616507155736761
Binary10000111111111011101010111110110111111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,126,117); }

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

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

 a { background-color: rgb(135,126,117); }

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

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

 span { border-color: rgb(135,126,117); }

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