#87796D

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

Shades of Americano #87796D

Tints of Americano #87796D

Color information

#87796D (or 0x87796D) is unknown color: approx Americano. HEX triplet: 87, 79 and 6D. RGB value is (135,121,109). Sum of RGB (Red+Green+Blue) = 135+121+109=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #87796D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87796D is #788692. Grayscale: #7B7B7B. Windows color (decimal): -7898771 or 7174535. OLE color: 7174535.

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

Color convert

RGB135121109-
CMYK00.100.190.47
HSL27.69º10.66%47.84%-
HSV(B)27.69º19.26%52.94%-
XYZ19.5919.9317.28-
YUV123.82119.64135.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.99%
GREEN value IS 121 (47.66% from 255) = 33.15%
BLUE value IS 109 (42.97% from 255) = 29.86%
R=36.99%
G=33.15%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512110900.100.190.4727.6910.6647.84
Hex87796D0A132F1cb30
Octal2071711550122357341360
Binary10000111111100111011010101010011101111111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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