Html Css Color HEX #867C75 Americano

📋 copy color: '#867C75'

red 134 ◦ green 124 ◦ blue 117

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

Shades of Americano #867C75

Tints of Americano #867C75

RGB

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

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

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

R = 35.73%
G = 33.07%
B = 31.2%

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

#867C75 (or 0x867C75) is known color: Americano. HEX triplet: 86, 7C and 75. RGB value is (134,124,117). Sum of RGB (Red+Green+Blue) = 134+124+117=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 134 - color contains mainly: red. Hex color #867C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C75 is #79838A. Grayscale: #7E7E7E. Windows color (decimal): -7963531 or 7699590. OLE color: 7699590.

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

Color convert

RGB 134 124 117 -
CMYK 0 0.07 0.13 0.47
HSL 24.71º 0.07% 0.49% -
HSV(B) 24.71º 0.13% 0.53% -
XYZ 20.25 20.77 19.77 -
YUV 126.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 134 124 117 0 0.07 0.13 0.47 24.71 0.07 0.49
Hex 86 7C 75 0 7 D 2F 19 7 31
Octal 206 174 165 0 7 15 57 31 7 61
Binary 10000110 1111100 1110101 0 111 1101 101111 11001 111 110001

Color Harmonies of #867C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867C75

Black with #867C75

Text Example


Text Example

White with #867C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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