#867F85

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

Shades of Taupe Grey #867F85

Tints of Taupe Grey #867F85

Color information

#867F85 (or 0x867F85) is unknown color: approx Taupe Grey. HEX triplet: 86, 7F and 85. RGB value is (134,127,133). Sum of RGB (Red+Green+Blue) = 134+127+133=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 134 - color contains mainly: red. Hex color #867F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867F85 is #79807A. Grayscale: #818181. Windows color (decimal): -7962747 or 8748934. OLE color: 8748934.

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

Color convert

RGB134127133-
CMYK00.050.010.47
HSL308.57º2.81%51.18%-
HSV(B)308.57º5.22%52.55%-
XYZ21.6521.9425.28-
YUV129.78129.82131.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.01%
GREEN value IS 127 (50% from 255) = 32.23%
BLUE value IS 133 (52.34% from 255) = 33.76%
R=34.01%
G=32.23%
B=33.76%

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
Decimal13412713300.050.010.47308.572.8151.18
Hex867F850512F135333
Octal20617720505157465363
Binary100001101111111100001010101110111110011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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