Html Css Color HEX #857C71 Americano

📋 copy color: '#857C71'

red 133 ◦ green 124 ◦ blue 113

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

Shades of Americano #857C71

Tints of Americano #857C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.51%

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

R = 35.95%
G = 33.51%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#857C71 (or 0x857C71) is known color: Americano. HEX triplet: 85, 7C and 71. RGB value is (133,124,113). Sum of RGB (Red+Green+Blue) = 133+124+113=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #857C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C71 is #7A838E. Grayscale: #7D7D7D. Windows color (decimal): -8029071 or 7437445. OLE color: 7437445.

HSL color Cylindrical-coordinate representation of color #857C71: hue angle of 33º 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 #857C71 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 124 113 -
CMYK 0 0.07 0.15 0.48
HSL 33º 0.08% 0.48% -
HSV(B) 33º 0.15% 0.52% -
XYZ 19.86 20.59 18.55 -
YUV 125.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 133 124 113 0 0.07 0.15 0.48 33 0.08 0.48
Hex 85 7C 71 0 7 F 30 21 8 30
Octal 205 174 161 0 7 17 60 41 10 60
Binary 10000101 1111100 1110001 0 111 1111 110000 100001 1000 110000

Color Harmonies of #857C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C71

Black with #857C71

Text Example


Text Example

White with #857C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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