Html Css Color HEX #857B70 Americano

📋 copy color: '#857B70'

red 133 ◦ green 123 ◦ blue 112

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

Shades of Americano #857B70

Tints of Americano #857B70

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.42%

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

R = 36.14%
G = 33.42%
B = 30.43%

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

#857B70 (or 0x857B70) is known color: Americano. HEX triplet: 85, 7B and 70. RGB value is (133,123,112). Sum of RGB (Red+Green+Blue) = 133+123+112=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #857B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B70 is #7A848F. Grayscale: #7C7C7C. Windows color (decimal): -8029328 or 7371653. OLE color: 7371653.

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

Color convert

RGB 133 123 112 -
CMYK 0 0.08 0.16 0.48
HSL 31.43º 0.09% 0.48% -
HSV(B) 31.43º 0.16% 0.52% -
XYZ 19.68 20.32 18.21 -
YUV 124.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 133 123 112 0 0.08 0.16 0.48 31.43 0.09 0.48
Hex 85 7B 70 0 8 10 30 1F 9 30
Octal 205 173 160 0 10 20 60 37 11 60
Binary 10000101 1111011 1110000 0 1000 10000 110000 11111 1001 110000

Color Harmonies of #857B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B70

Black with #857B70

Text Example


Text Example

White with #857B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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