Html Css Color HEX #857A70 Americano

📋 copy color: '#857A70'

red 133 ◦ green 122 ◦ blue 112

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

Shades of Americano #857A70

Tints of Americano #857A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.52%

R = 36.24%
G = 33.24%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#857A70 (or 0x857A70) is known color: Americano. HEX triplet: 85, 7A and 70. RGB value is (133,122,112). Sum of RGB (Red+Green+Blue) = 133+122+112=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 133 - color contains mainly: red. Hex color #857A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A70 is #7A858F. Grayscale: #7C7C7C. Windows color (decimal): -8029584 or 7371397. OLE color: 7371397.

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

Color convert

RGB 133 122 112 -
CMYK 0 0.08 0.16 0.48
HSL 28.57º 0.09% 0.48% -
HSV(B) 28.57º 0.16% 0.52% -
XYZ 19.56 20.08 18.17 -
YUV 124.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 133 122 112 0 0.08 0.16 0.48 28.57 0.09 0.48
Hex 85 7A 70 0 8 10 30 1D 9 30
Octal 205 172 160 0 10 20 60 35 11 60
Binary 10000101 1111010 1110000 0 1000 10000 110000 11101 1001 110000

Color Harmonies of #857A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A70

Black with #857A70

Text Example


Text Example

White with #857A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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