Html Css Color HEX #867E75 Americano

📋 copy color: '#867E75'

red 134 ◦ green 126 ◦ blue 117

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

Shades of Americano #867E75

Tints of Americano #867E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.42%

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 35.54%
G = 33.42%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#867E75 (or 0x867E75) is known color: Americano. HEX triplet: 86, 7E and 75. RGB value is (134,126,117). Sum of RGB (Red+Green+Blue) = 134+126+117=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 134 - color contains mainly: red. Hex color #867E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E75 is #79818A. Grayscale: #7F7F7F. Windows color (decimal): -7963019 or 7700102. OLE color: 7700102.

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

Color convert

RGB 134 126 117 -
CMYK 0 0.06 0.13 0.47
HSL 31.76º 0.07% 0.49% -
HSV(B) 31.76º 0.13% 0.53% -
XYZ 20.5 21.27 19.86 -
YUV 127.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 134 126 117 0 0.06 0.13 0.47 31.76 0.07 0.49
Hex 86 7E 75 0 6 D 2F 20 7 31
Octal 206 176 165 0 6 15 57 40 7 61
Binary 10000110 1111110 1110101 0 110 1101 101111 100000 111 110001

Color Harmonies of #867E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867E75

Black with #867E75

Text Example


Text Example

White with #867E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,126,117); }

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

background-color css

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

 a { background-color: rgb(134,126,117); }

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

border-color css

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

 span { border-color: rgb(134,126,117); }

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