Html Css Color HEX #867C82 Taupe Grey

📋 copy color: '#867C82'

red 134 ◦ green 124 ◦ blue 130

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

Shades of Taupe Grey #867C82

Tints of Taupe Grey #867C82

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.96%

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 34.54%
G = 31.96%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#867C82 (or 0x867C82) is known color: Taupe Grey. HEX triplet: 86, 7C and 82. RGB value is (134,124,130). Sum of RGB (Red+Green+Blue) = 134+124+130=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 134 - color contains mainly: red. Hex color #867C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867C82 is #79837D. Grayscale: #7F7F7F. Windows color (decimal): -7963518 or 8551558. OLE color: 8551558.

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

Color convert

RGB 134 124 130 -
CMYK 0 0.07 0.03 0.47
HSL 324º 0.04% 0.51% -
HSV(B) 324º 0.07% 0.53% -
XYZ 21.07 21.1 24.08 -
YUV 127.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 134 124 130 0 0.07 0.03 0.47 324 0.04 0.51
Hex 86 7C 82 0 7 3 2F 144 4 33
Octal 206 174 202 0 7 3 57 504 4 63
Binary 10000110 1111100 10000010 0 111 11 101111 101000100 100 110011

Color Harmonies of #867C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867C82

Black with #867C82

Text Example


Text Example

White with #867C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,124,130); }

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

background-color css

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

 a { background-color: rgb(134,124,130); }

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

border-color css

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

 span { border-color: rgb(134,124,130); }

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