#87796F

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

Shades of Americano #87796F

Tints of Americano #87796F

Color information

#87796F (or 0x87796F) is unknown color: approx Americano. HEX triplet: 87, 79 and 6F. RGB value is (135,121,111). Sum of RGB (Red+Green+Blue) = 135+121+111=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 135 - color contains mainly: red. Hex color #87796F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87796F is #788690. Grayscale: #7C7C7C. Windows color (decimal): -7898769 or 7305607. OLE color: 7305607.

HSL color Cylindrical-coordinate representation of color #87796F: hue angle of 25º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87796F is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB135121111-
CMYK00.100.180.47
HSL25º9.76%48.24%-
HSV(B)25º17.78%52.94%-
XYZ19.719.9717.86-
YUV124.05120.64135.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.78%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 111 (43.75% from 255) = 30.25%
R=36.78%
G=32.97%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512111100.100.180.47259.7648.24
Hex87796F0A122F19a30
Octal2071711570122257311260
Binary10000111111100111011110101010010101111110011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87796F; }

 p { color: rgb(135,121,111); }

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

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

 a { background-color: rgb(135,121,111); }

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

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

 span { border-color: rgb(135,121,111); }

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