Html Css Color HEX #857F79 Americano

📋 copy color: '#857F79'

red 133 ◦ green 127 ◦ blue 121

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

Shades of Americano #857F79

Tints of Americano #857F79

RGB

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

 GREEN value IS 127 (50% from 255) = 33.33%

 BLUE value IS 121 (47.66% from 255) = 31.76%

R = 34.91%
G = 33.33%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#857F79 (or 0x857F79) is known color: Americano. HEX triplet: 85, 7F and 79. RGB value is (133,127,121). Sum of RGB (Red+Green+Blue) = 133+127+121=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 133 - color contains mainly: red. Hex color #857F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F79 is #7A8086. Grayscale: #808080. Windows color (decimal): -8028295 or 7962501. OLE color: 7962501.

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

Color convert

RGB 133 127 121 -
CMYK 0 0.05 0.09 0.48
HSL 30º 0.05% 0.5% -
HSV(B) 30º 0.09% 0.52% -
XYZ 20.71 21.55 21.16 -
YUV 128.11 123.99 131.49 -
System Red Green Blue C M Y K H S L
Decimal 133 127 121 0 0.05 0.09 0.48 30 0.05 0.5
Hex 85 7F 79 0 5 9 30 1E 5 32
Octal 205 177 171 0 5 11 60 36 5 62
Binary 10000101 1111111 1111001 0 101 1001 110000 11110 101 110010

Color Harmonies of #857F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857F79

Black with #857F79

Text Example


Text Example

White with #857F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,127,121); }

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

background-color css

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

 a { background-color: rgb(133,127,121); }

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

border-color css

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

 span { border-color: rgb(133,127,121); }

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