Html Css Color HEX #857A71 Americano

📋 copy color: '#857A71'

red 133 ◦ green 122 ◦ blue 113

#857A71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Americano #857A71

Tints of Americano #857A71

RGB

 RED value IS 133 (52.34% from 255) = 36.14%

 GREEN value IS 122 (48.05% from 255) = 33.15%

 BLUE value IS 113 (44.53% from 255) = 30.71%

R = 36.14%
G = 33.15%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#857A71 (or 0x857A71) is known color: Americano. HEX triplet: 85, 7A and 71. RGB value is (133,122,113). Sum of RGB (Red+Green+Blue) = 133+122+113=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #857A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A71 is #7A858E. Grayscale: #7C7C7C. Windows color (decimal): -8029583 or 7436933. OLE color: 7436933.

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

Color convert

RGB 133 122 113 -
CMYK 0 0.08 0.15 0.48
HSL 27º 0.08% 0.48% -
HSV(B) 27º 0.15% 0.52% -
XYZ 19.61 20.1 18.47 -
YUV 124.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 133 122 113 0 0.08 0.15 0.48 27 0.08 0.48
Hex 85 7A 71 0 8 F 30 1B 8 30
Octal 205 172 161 0 10 17 60 33 10 60
Binary 10000101 1111010 1110001 0 1000 1111 110000 11011 1000 110000

Color Harmonies of #857A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A71

Black with #857A71

Text Example


Text Example

White with #857A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,122,113); }

 H1.HeaderClassName
 {
   color: #857A71;
 }
 .AnyTagClassName
 {
   color: #857A71;
 }
</style>

background-color css

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

 a { background-color: rgb(133,122,113); }

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

border-color css

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

 span { border-color: rgb(133,122,113); }

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