Html Css Color HEX #8C786B Americano

📋 copy color: '#8C786B'

red 140 ◦ green 120 ◦ blue 107

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

Shades of Americano #8C786B

Tints of Americano #8C786B

RGB

 RED value IS 140 (55.08% from 255) = 38.15%

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

 BLUE value IS 107 (42.19% from 255) = 29.16%

R = 38.15%
G = 32.7%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8C786B (or 0x8C786B) is known color: Americano. HEX triplet: 8C, 78 and 6B. RGB value is (140,120,107). Sum of RGB (Red+Green+Blue) = 140+120+107=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 140 - color contains mainly: red. Hex color #8C786B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C786B is #738794. Grayscale: #7C7C7C. Windows color (decimal): -7571349 or 7043212. OLE color: 7043212.

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

Color convert

RGB 140 120 107 -
CMYK 0 0.14 0.24 0.45
HSL 23.64º 0.13% 0.48% -
HSV(B) 23.64º 0.24% 0.55% -
XYZ 20.19 20.07 16.72 -
YUV 124.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 140 120 107 0 0.14 0.24 0.45 23.64 0.13 0.48
Hex 8C 78 6B 0 E 18 2D 18 D 30
Octal 214 170 153 0 16 30 55 30 15 60
Binary 10001100 1111000 1101011 0 1110 11000 101101 11000 1101 110000

Color Harmonies of #8C786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C786B

Black with #8C786B

Text Example


Text Example

White with #8C786B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,120,107); }

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

background-color css

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

 a { background-color: rgb(140,120,107); }

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

border-color css

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

 span { border-color: rgb(140,120,107); }

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