Html Css Color HEX #8D786C Americano

📋 copy color: '#8D786C'

red 141 ◦ green 120 ◦ blue 108

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

Shades of Americano #8D786C

Tints of Americano #8D786C

RGB

 RED value IS 141 (55.47% from 255) = 38.21%

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

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

R = 38.21%
G = 32.52%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8D786C (or 0x8D786C) is known color: Americano. HEX triplet: 8D, 78 and 6C. RGB value is (141,120,108). Sum of RGB (Red+Green+Blue) = 141+120+108=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 141 - color contains mainly: red. Hex color #8D786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D786C is #728793. Grayscale: #7C7C7C. Windows color (decimal): -7505812 or 7108749. OLE color: 7108749.

HSL color Cylindrical-coordinate representation of color #8D786C: hue angle of 21.82º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D786C is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 120 108 -
CMYK 0 0.15 0.23 0.45
HSL 21.82º 0.13% 0.49% -
HSV(B) 21.82º 0.23% 0.55% -
XYZ 20.41 20.18 17.01 -
YUV 124.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 141 120 108 0 0.15 0.23 0.45 21.82 0.13 0.49
Hex 8D 78 6C 0 F 17 2D 16 D 31
Octal 215 170 154 0 17 27 55 26 15 61
Binary 10001101 1111000 1101100 0 1111 10111 101101 10110 1101 110001

Color Harmonies of #8D786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D786C

Black with #8D786C

Text Example


Text Example

White with #8D786C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D786C; }

 p { color: rgb(141,120,108); }

 H1.HeaderClassName
 {
   color: #8D786C;
 }
 .AnyTagClassName
 {
   color: #8D786C;
 }
</style>

background-color css

<style>
 a { background-color: #8D786C; }

 a { background-color: rgb(141,120,108); }

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

border-color css

<style>
 span { border-color: #8D786C; }

 span { border-color: rgb(141,120,108); }

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