Html Css Color HEX #867D75 Americano

📋 copy color: '#867D75'

red 134 ◦ green 125 ◦ blue 117

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

Shades of Americano #867D75

Tints of Americano #867D75

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.24%

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

R = 35.64%
G = 33.24%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#867D75 (or 0x867D75) is known color: Americano. HEX triplet: 86, 7D and 75. RGB value is (134,125,117). Sum of RGB (Red+Green+Blue) = 134+125+117=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 134 - color contains mainly: red. Hex color #867D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D75 is #79828A. Grayscale: #7E7E7E. Windows color (decimal): -7963275 or 7699846. OLE color: 7699846.

HSL color Cylindrical-coordinate representation of color #867D75: hue angle of 28.24º 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 #867D75 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 125 117 -
CMYK 0 0.07 0.13 0.47
HSL 28.24º 0.07% 0.49% -
HSV(B) 28.24º 0.13% 0.53% -
XYZ 20.38 21.02 19.81 -
YUV 126.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 134 125 117 0 0.07 0.13 0.47 28.24 0.07 0.49
Hex 86 7D 75 0 7 D 2F 1C 7 31
Octal 206 175 165 0 7 15 57 34 7 61
Binary 10000110 1111101 1110101 0 111 1101 101111 11100 111 110001

Color Harmonies of #867D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867D75

Black with #867D75

Text Example


Text Example

White with #867D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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