Html Css Color HEX #85776D Americano

📋 copy color: '#85776D'

red 133 ◦ green 119 ◦ blue 109

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

Shades of Americano #85776D

Tints of Americano #85776D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.96%

 BLUE value IS 109 (42.97% from 255) = 30.19%

R = 36.84%
G = 32.96%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85776D (or 0x85776D) is known color: Americano. HEX triplet: 85, 77 and 6D. RGB value is (133,119,109). Sum of RGB (Red+Green+Blue) = 133+119+109=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #85776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85776D is #7A8892. Grayscale: #7A7A7A. Windows color (decimal): -8030355 or 7174021. OLE color: 7174021.

HSL color Cylindrical-coordinate representation of color #85776D: hue angle of 25º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85776D is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 119 109 -
CMYK 0 0.11 0.18 0.48
HSL 25º 0.1% 0.47% -
HSV(B) 25º 0.18% 0.52% -
XYZ 19.03 19.28 17.19 -
YUV 122.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 133 119 109 0 0.11 0.18 0.48 25 0.1 0.47
Hex 85 77 6D 0 B 12 30 19 A 2F
Octal 205 167 155 0 13 22 60 31 12 57
Binary 10000101 1110111 1101101 0 1011 10010 110000 11001 1010 101111

Color Harmonies of #85776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85776D

Black with #85776D

Text Example


Text Example

White with #85776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85776D; }

 p { color: rgb(133,119,109); }

 H1.HeaderClassName
 {
   color: #85776D;
 }
 .AnyTagClassName
 {
   color: #85776D;
 }
</style>

background-color css

<style>
 a { background-color: #85776D; }

 a { background-color: rgb(133,119,109); }

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

border-color css

<style>
 span { border-color: #85776D; }

 span { border-color: rgb(133,119,109); }

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