#857B74

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

Shades of Americano #857B74

Tints of Americano #857B74

Color information

#857B74 (or 0x857B74) is unknown color: approx Americano. HEX triplet: 85, 7B and 74. RGB value is (133,123,116). Sum of RGB (Red+Green+Blue) = 133+123+116=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 133 - color contains mainly: red. Hex color #857B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B74 is #7A848B. Grayscale: #7D7D7D. Windows color (decimal): -8029324 or 7633797. OLE color: 7633797.

HSL color Cylindrical-coordinate representation of color #857B74: hue angle of 24.71º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #857B74 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB133123116-
CMYK00.080.130.48
HSL24.71º6.83%48.82%-
HSV(B)24.71º12.78%52.16%-
XYZ19.9120.4119.41-
YUV125.19122.81133.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.75%
GREEN value IS 123 (48.44% from 255) = 33.06%
BLUE value IS 116 (45.70% from 255) = 31.18%
R=35.75%
G=33.06%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312311600.080.130.4824.716.8348.82
Hex857B7408D3019731
Octal205173164010156031761
Binary100001011111011111010001000110111000011001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857B74; }

 p { color: rgb(133,123,116); }

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

<style>
 a { background-color: #857B74; }

 a { background-color: rgb(133,123,116); }

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

<style>
 span { border-color: #857B74; }

 span { border-color: rgb(133,123,116); }

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