Html Css Color HEX #867C70 Americano

📋 copy color: '#867C70'

red 134 ◦ green 124 ◦ blue 112

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

Shades of Americano #867C70

Tints of Americano #867C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.27%

R = 36.22%
G = 33.51%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#867C70 (or 0x867C70) is known color: Americano. HEX triplet: 86, 7C and 70. RGB value is (134,124,112). Sum of RGB (Red+Green+Blue) = 134+124+112=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 134 - color contains mainly: red. Hex color #867C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C70 is #79838F. Grayscale: #7D7D7D. Windows color (decimal): -7963536 or 7371910. OLE color: 7371910.

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

Color convert

RGB 134 124 112 -
CMYK 0 0.07 0.16 0.47
HSL 32.73º 0.09% 0.48% -
HSV(B) 32.73º 0.16% 0.53% -
XYZ 19.96 20.65 18.26 -
YUV 125.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 134 124 112 0 0.07 0.16 0.47 32.73 0.09 0.48
Hex 86 7C 70 0 7 10 2F 21 9 30
Octal 206 174 160 0 7 20 57 41 11 60
Binary 10000110 1111100 1110000 0 111 10000 101111 100001 1001 110000

Color Harmonies of #867C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867C70

Black with #867C70

Text Example


Text Example

White with #867C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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