#867B84

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

Shades of Taupe Grey #867B84

Tints of Taupe Grey #867B84

Color information

#867B84 (or 0x867B84) is unknown color: approx Taupe Grey. HEX triplet: 86, 7B and 84. RGB value is (134,123,132). Sum of RGB (Red+Green+Blue) = 134+123+132=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 134 - color contains mainly: red. Hex color #867B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867B84 is #79847B. Grayscale: #7F7F7F. Windows color (decimal): -7963772 or 8682374. OLE color: 8682374.

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

Color convert

RGB134123132-
CMYK00.080.010.47
HSL310.91º4.35%50.39%-
HSV(B)310.91º8.21%52.55%-
XYZ21.0820.924.75-
YUV127.32130.64132.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.45%
GREEN value IS 123 (48.44% from 255) = 31.62%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=34.45%
G=31.62%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412313200.080.010.47310.914.3550.39
Hex867B840812F137432
Octal206173204010157467462
Binary10000110111101110000100010001101111100110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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