#867F84

Color #867F84 Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #867F84

Tints of Taupe Grey #867F84

Color information

#867F84 (or 0x867F84) is unknown color: approx Taupe Grey. HEX triplet: 86, 7F and 84. RGB value is (134,127,132). Sum of RGB (Red+Green+Blue) = 134+127+132=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 134 - color contains mainly: red. Hex color #867F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867F84 is #79807B. Grayscale: #818181. Windows color (decimal): -7962748 or 8683398. OLE color: 8683398.

HSL color Cylindrical-coordinate representation of color #867F84: hue angle of 317.14º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #867F84 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB134127132-
CMYK00.050.010.47
HSL317.14º2.81%51.18%-
HSV(B)317.14º5.22%52.55%-
XYZ21.5921.9124.92-
YUV129.66129.32131.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.10%
GREEN value IS 127 (50% from 255) = 32.32%
BLUE value IS 132 (51.95% from 255) = 33.59%
R=34.10%
G=32.32%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412713200.050.010.47317.142.8151.18
Hex867F840512F13d333
Octal20617720405157475363
Binary100001101111111100001000101110111110011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,127,132); }

 H1.HeaderClassName
 {
   color: #867F84;
 }
 .AnyTagClassName
 {
   color: #867F84;
 }
</style>
background-color css

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

 a { background-color: rgb(134,127,132); }

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

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

 span { border-color: rgb(134,127,132); }

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