Html Css Color HEX #867981 Taupe Grey

📋 copy color: '#867981'

red 134 ◦ green 121 ◦ blue 129

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

Shades of Taupe Grey #867981

Tints of Taupe Grey #867981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.51%

 BLUE value IS 129 (50.78% from 255) = 33.59%

R = 34.9%
G = 31.51%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#867981 (or 0x867981) is known color: Taupe Grey. HEX triplet: 86, 79 and 81. RGB value is (134,121,129). Sum of RGB (Red+Green+Blue) = 134+121+129=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 134 - color contains mainly: red. Hex color #867981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867981 is #79867E. Grayscale: #7D7D7D. Windows color (decimal): -7964287 or 8485254. OLE color: 8485254.

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

Color convert

RGB 134 121 129 -
CMYK 0 0.10 0.04 0.47
HSL 323.08º 0.05% 0.5% -
HSV(B) 323.08º 0.1% 0.53% -
XYZ 20.63 20.33 23.61 -
YUV 125.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 134 121 129 0 0.10 0.04 0.47 323.08 0.05 0.5
Hex 86 79 81 0 A 4 2F 143 5 32
Octal 206 171 201 0 12 4 57 503 5 62
Binary 10000110 1111001 10000001 0 1010 100 101111 101000011 101 110010

Color Harmonies of #867981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867981

Black with #867981

Text Example


Text Example

White with #867981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867981; }

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

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

background-color css

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

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

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

border-color css

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

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

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