Html Css Color HEX #867A72 Americano

📋 copy color: '#867A72'

red 134 ◦ green 122 ◦ blue 114

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

Shades of Americano #867A72

Tints of Americano #867A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.81%

R = 36.22%
G = 32.97%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#867A72 (or 0x867A72) is known color: Americano. HEX triplet: 86, 7A and 72. RGB value is (134,122,114). Sum of RGB (Red+Green+Blue) = 134+122+114=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 134 - color contains mainly: red. Hex color #867A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A72 is #79858D. Grayscale: #7C7C7C. Windows color (decimal): -7964046 or 7502470. OLE color: 7502470.

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

Color convert

RGB 134 122 114 -
CMYK 0 0.09 0.15 0.47
HSL 24º 0.08% 0.49% -
HSV(B) 24º 0.15% 0.53% -
XYZ 19.83 20.2 18.77 -
YUV 124.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 134 122 114 0 0.09 0.15 0.47 24 0.08 0.49
Hex 86 7A 72 0 9 F 2F 18 8 31
Octal 206 172 162 0 11 17 57 30 10 61
Binary 10000110 1111010 1110010 0 1001 1111 101111 11000 1000 110001

Color Harmonies of #867A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867A72

Black with #867A72

Text Example


Text Example

White with #867A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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