Html Css Color HEX #857E78 Americano

📋 copy color: '#857E78'

red 133 ◦ green 126 ◦ blue 120

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

Shades of Americano #857E78

Tints of Americano #857E78

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.25%

 BLUE value IS 120 (47.27% from 255) = 31.66%

R = 35.09%
G = 33.25%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#857E78 (or 0x857E78) is known color: Americano. HEX triplet: 85, 7E and 78. RGB value is (133,126,120). Sum of RGB (Red+Green+Blue) = 133+126+120=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 133 - color contains mainly: red. Hex color #857E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E78 is #7A8187. Grayscale: #7F7F7F. Windows color (decimal): -8028552 or 7896709. OLE color: 7896709.

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

Color convert

RGB 133 126 120 -
CMYK 0 0.05 0.10 0.48
HSL 27.69º 0.05% 0.5% -
HSV(B) 27.69º 0.1% 0.52% -
XYZ 20.52 21.26 20.79 -
YUV 127.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 133 126 120 0 0.05 0.10 0.48 27.69 0.05 0.5
Hex 85 7E 78 0 5 A 30 1C 5 32
Octal 205 176 170 0 5 12 60 34 5 62
Binary 10000101 1111110 1111000 0 101 1010 110000 11100 101 110010

Color Harmonies of #857E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E78

Black with #857E78

Text Example


Text Example

White with #857E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,126,120); }

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

background-color css

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

 a { background-color: rgb(133,126,120); }

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

border-color css

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

 span { border-color: rgb(133,126,120); }

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