#85776D

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

Shades of Americano #85776D

Tints of Americano #85776D

Color information

#85776D (or 0x85776D) is unknown color: approx Americano. HEX triplet: 85, 77 and 6D. RGB value is (133,119,109). Sum of RGB (Red+Green+Blue) = 133+119+109=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #85776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85776D is #7A8892. Grayscale: #7A7A7A. Windows color (decimal): -8030355 or 7174021. OLE color: 7174021.

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

Color convert

RGB133119109-
CMYK00.110.180.48
HSL25º9.92%47.45%-
HSV(B)25º18.05%52.16%-
XYZ19.0319.2817.19-
YUV122.05120.64135.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 119 (46.88% from 255) = 32.96%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=36.84%
G=32.96%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311910900.110.180.48259.9247.45
Hex85776D0B123019a2f
Octal2051671550132260311257
Binary10000101111011111011010101110010110000110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,119,109); }

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

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

 a { background-color: rgb(133,119,109); }

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

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

 span { border-color: rgb(133,119,109); }

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