Html Css Color HEX #867A70 Americano

📋 copy color: '#867A70'

red 134 ◦ green 122 ◦ blue 112

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

Shades of Americano #867A70

Tints of Americano #867A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.15%

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

R = 36.41%
G = 33.15%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#867A70 (or 0x867A70) is known color: Americano. HEX triplet: 86, 7A and 70. RGB value is (134,122,112). Sum of RGB (Red+Green+Blue) = 134+122+112=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 134 - color contains mainly: red. Hex color #867A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A70 is #79858F. Grayscale: #7C7C7C. Windows color (decimal): -7964048 or 7371398. OLE color: 7371398.

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

Color convert

RGB 134 122 112 -
CMYK 0 0.09 0.16 0.47
HSL 27.27º 0.09% 0.48% -
HSV(B) 27.27º 0.16% 0.53% -
XYZ 19.72 20.16 18.18 -
YUV 124.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 134 122 112 0 0.09 0.16 0.47 27.27 0.09 0.48
Hex 86 7A 70 0 9 10 2F 1B 9 30
Octal 206 172 160 0 11 20 57 33 11 60
Binary 10000110 1111010 1110000 0 1001 10000 101111 11011 1001 110000

Color Harmonies of #867A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867A70

Black with #867A70

Text Example


Text Example

White with #867A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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