Html Css Color HEX #857A6E Americano

📋 copy color: '#857A6E'

red 133 ◦ green 122 ◦ blue 110

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

Shades of Americano #857A6E

Tints of Americano #857A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.14%

R = 36.44%
G = 33.42%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#857A6E (or 0x857A6E) is known color: Americano. HEX triplet: 85, 7A and 6E. RGB value is (133,122,110). Sum of RGB (Red+Green+Blue) = 133+122+110=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 133 - color contains mainly: red. Hex color #857A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A6E is #7A8591. Grayscale: #7B7B7B. Windows color (decimal): -8029586 or 7240325. OLE color: 7240325.

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

Color convert

RGB 133 122 110 -
CMYK 0 0.08 0.17 0.48
HSL 31.3º 0.09% 0.48% -
HSV(B) 31.3º 0.17% 0.52% -
XYZ 19.45 20.03 17.59 -
YUV 123.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 133 122 110 0 0.08 0.17 0.48 31.3 0.09 0.48
Hex 85 7A 6E 0 8 11 30 1F 9 30
Octal 205 172 156 0 10 21 60 37 11 60
Binary 10000101 1111010 1101110 0 1000 10001 110000 11111 1001 110000

Color Harmonies of #857A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A6E

Black with #857A6E

Text Example


Text Example

White with #857A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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