Html Css Color HEX #868184 Taupe Grey

📋 copy color: '#868184'

red 134 ◦ green 129 ◦ blue 132

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

Shades of Taupe Grey #868184

Tints of Taupe Grey #868184

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.66%

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

R = 33.92%
G = 32.66%
B = 33.42%

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

#868184 (or 0x868184) is known color: Taupe Grey. HEX triplet: 86, 81 and 84. RGB value is (134,129,132). Sum of RGB (Red+Green+Blue) = 134+129+132=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 134 - color contains mainly: red. Hex color #868184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868184 is #797E7B. Grayscale: #828282. Windows color (decimal): -7962236 or 8683910. OLE color: 8683910.

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

Color convert

RGB 134 129 132 -
CMYK 0 0.04 0.01 0.47
HSL 324º 0.02% 0.52% -
HSV(B) 324º 0.04% 0.53% -
XYZ 21.85 22.43 25.01 -
YUV 130.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 134 129 132 0 0.04 0.01 0.47 324 0.02 0.52
Hex 86 81 84 0 4 1 2F 144 2 34
Octal 206 201 204 0 4 1 57 504 2 64
Binary 10000110 10000001 10000100 0 100 1 101111 101000100 10 110100

Color Harmonies of #868184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868184

Black with #868184

Text Example


Text Example

White with #868184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868184; }

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

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

background-color css

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

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

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

border-color css

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

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

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