Html Css Color HEX #85786E Americano

📋 copy color: '#85786E'

red 133 ◦ green 120 ◦ blue 110

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

Shades of Americano #85786E

Tints of Americano #85786E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.06%

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

R = 36.64%
G = 33.06%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85786E (or 0x85786E) is known color: Americano. HEX triplet: 85, 78 and 6E. RGB value is (133,120,110). Sum of RGB (Red+Green+Blue) = 133+120+110=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #85786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85786E is #7A8791. Grayscale: #7A7A7A. Windows color (decimal): -8030098 or 7239813. OLE color: 7239813.

HSL color Cylindrical-coordinate representation of color #85786E: hue angle of 26.09º 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 #85786E is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 120 110 -
CMYK 0 0.10 0.17 0.48
HSL 26.09º 0.09% 0.48% -
HSV(B) 26.09º 0.17% 0.52% -
XYZ 19.2 19.55 17.51 -
YUV 122.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 133 120 110 0 0.10 0.17 0.48 26.09 0.09 0.48
Hex 85 78 6E 0 A 11 30 1A 9 30
Octal 205 170 156 0 12 21 60 32 11 60
Binary 10000101 1111000 1101110 0 1010 10001 110000 11010 1001 110000

Color Harmonies of #85786E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85786E

Black with #85786E

Text Example


Text Example

White with #85786E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85786E; }

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

 H1.HeaderClassName
 {
   color: #85786E;
 }
 .AnyTagClassName
 {
   color: #85786E;
 }
</style>

background-color css

<style>
 a { background-color: #85786E; }

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

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

border-color css

<style>
 span { border-color: #85786E; }

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

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