Html Css Color HEX #867C73 Americano

📋 copy color: '#867C73'

red 134 ◦ green 124 ◦ blue 115

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

Shades of Americano #867C73

Tints of Americano #867C73

RGB

 RED value IS 134 (52.73% from 255) = 35.92%

 GREEN value IS 124 (48.83% from 255) = 33.24%

 BLUE value IS 115 (45.31% from 255) = 30.83%

R = 35.92%
G = 33.24%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#867C73 (or 0x867C73) is known color: Americano. HEX triplet: 86, 7C and 73. RGB value is (134,124,115). Sum of RGB (Red+Green+Blue) = 134+124+115=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #867C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C73 is #79838C. Grayscale: #7E7E7E. Windows color (decimal): -7963533 or 7568518. OLE color: 7568518.

HSL color Cylindrical-coordinate representation of color #867C73: hue angle of 28.42º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #867C73 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 124 115 -
CMYK 0 0.07 0.14 0.47
HSL 28.42º 0.08% 0.49% -
HSV(B) 28.42º 0.14% 0.53% -
XYZ 20.13 20.72 19.16 -
YUV 125.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 134 124 115 0 0.07 0.14 0.47 28.42 0.08 0.49
Hex 86 7C 73 0 7 E 2F 1C 8 31
Octal 206 174 163 0 7 16 57 34 10 61
Binary 10000110 1111100 1110011 0 111 1110 101111 11100 1000 110001

Color Harmonies of #867C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867C73

Black with #867C73

Text Example


Text Example

White with #867C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867C73; }

 p { color: rgb(134,124,115); }

 H1.HeaderClassName
 {
   color: #867C73;
 }
 .AnyTagClassName
 {
   color: #867C73;
 }
</style>

background-color css

<style>
 a { background-color: #867C73; }

 a { background-color: rgb(134,124,115); }

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

border-color css

<style>
 span { border-color: #867C73; }

 span { border-color: rgb(134,124,115); }

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