Html Css Color HEX #8C7A6D Americano

📋 copy color: '#8C7A6D'

red 140 ◦ green 122 ◦ blue 109

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

Shades of Americano #8C7A6D

Tints of Americano #8C7A6D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.88%

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

R = 37.74%
G = 32.88%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8C7A6D (or 0x8C7A6D) is known color: Americano. HEX triplet: 8C, 7A and 6D. RGB value is (140,122,109). Sum of RGB (Red+Green+Blue) = 140+122+109=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7A6D is #738592. Grayscale: #7D7D7D. Windows color (decimal): -7570835 or 7174796. OLE color: 7174796.

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

Color convert

RGB 140 122 109 -
CMYK 0 0.13 0.22 0.45
HSL 25.16º 0.12% 0.49% -
HSV(B) 25.16º 0.22% 0.55% -
XYZ 20.54 20.6 17.36 -
YUV 125.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 140 122 109 0 0.13 0.22 0.45 25.16 0.12 0.49
Hex 8C 7A 6D 0 D 16 2D 19 C 31
Octal 214 172 155 0 15 26 55 31 14 61
Binary 10001100 1111010 1101101 0 1101 10110 101101 11001 1100 110001

Color Harmonies of #8C7A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7A6D

Black with #8C7A6D

Text Example


Text Example

White with #8C7A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,122,109); }

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

background-color css

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

 a { background-color: rgb(140,122,109); }

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

border-color css

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

 span { border-color: rgb(140,122,109); }

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