Html Css Color HEX #85766C Americano

📋 copy color: '#85766C'

red 133 ◦ green 118 ◦ blue 108

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

Shades of Americano #85766C

Tints of Americano #85766C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

 BLUE value IS 108 (42.58% from 255) = 30.08%

R = 37.05%
G = 32.87%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85766C (or 0x85766C) is known color: Americano. HEX triplet: 85, 76 and 6C. RGB value is (133,118,108). Sum of RGB (Red+Green+Blue) = 133+118+108=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #85766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85766C is #7A8993. Grayscale: #797979. Windows color (decimal): -8030612 or 7108229. OLE color: 7108229.

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

Color convert

RGB 133 118 108 -
CMYK 0 0.11 0.19 0.48
HSL 24º 0.1% 0.47% -
HSV(B) 24º 0.19% 0.52% -
XYZ 18.86 19.03 16.87 -
YUV 121.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 133 118 108 0 0.11 0.19 0.48 24 0.1 0.47
Hex 85 76 6C 0 B 13 30 18 A 2F
Octal 205 166 154 0 13 23 60 30 12 57
Binary 10000101 1110110 1101100 0 1011 10011 110000 11000 1010 101111

Color Harmonies of #85766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85766C

Black with #85766C

Text Example


Text Example

White with #85766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85766C; }

 p { color: rgb(133,118,108); }

 H1.HeaderClassName
 {
   color: #85766C;
 }
 .AnyTagClassName
 {
   color: #85766C;
 }
</style>

background-color css

<style>
 a { background-color: #85766C; }

 a { background-color: rgb(133,118,108); }

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

border-color css

<style>
 span { border-color: #85766C; }

 span { border-color: rgb(133,118,108); }

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