#877B70

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

Shades of Americano #877B70

Tints of Americano #877B70

Color information

#877B70 (or 0x877B70) is unknown color: approx Americano. HEX triplet: 87, 7B and 70. RGB value is (135,123,112). Sum of RGB (Red+Green+Blue) = 135+123+112=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #877B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877B70 is #78848F. Grayscale: #7D7D7D. Windows color (decimal): -7898256 or 7371655. OLE color: 7371655.

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

Color convert

RGB135123112-
CMYK00.090.170.47
HSL28.7º9.31%48.43%-
HSV(B)28.7º17.04%52.94%-
XYZ2020.4918.23-
YUV125.33120.48134.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 123 (48.44% from 255) = 33.24%
BLUE value IS 112 (44.14% from 255) = 30.27%
R=36.49%
G=33.24%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512311200.090.170.4728.79.3148.43
Hex877B7009112F1d930
Octal2071731600112157351160
Binary10000111111101111100000100110001101111111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,123,112); }

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

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

 a { background-color: rgb(135,123,112); }

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

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

 span { border-color: rgb(135,123,112); }

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