Html Css Color HEX #868084 Taupe Grey

📋 copy color: '#868084'

red 134 ◦ green 128 ◦ blue 132

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

Shades of Taupe Grey #868084

Tints of Taupe Grey #868084

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.49%

 BLUE value IS 132 (51.95% from 255) = 33.5%

R = 34.01%
G = 32.49%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#868084 (or 0x868084) is known color: Taupe Grey. HEX triplet: 86, 80 and 84. RGB value is (134,128,132). Sum of RGB (Red+Green+Blue) = 134+128+132=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 134 - color contains mainly: red. Hex color #868084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868084 is #797F7B. Grayscale: #828282. Windows color (decimal): -7962492 or 8683654. OLE color: 8683654.

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

Color convert

RGB 134 128 132 -
CMYK 0 0.04 0.01 0.47
HSL 320º 0.02% 0.51% -
HSV(B) 320º 0.04% 0.53% -
XYZ 21.72 22.17 24.97 -
YUV 130.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 134 128 132 0 0.04 0.01 0.47 320 0.02 0.51
Hex 86 80 84 0 4 1 2F 140 2 33
Octal 206 200 204 0 4 1 57 500 2 63
Binary 10000110 10000000 10000100 0 100 1 101111 101000000 10 110011

Color Harmonies of #868084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868084

Black with #868084

Text Example


Text Example

White with #868084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868084; }

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

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

background-color css

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

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

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

border-color css

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

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

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