Html Css Color HEX #867982 Taupe Grey

📋 copy color: '#867982'

red 134 ◦ green 121 ◦ blue 130

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

Shades of Taupe Grey #867982

Tints of Taupe Grey #867982

RGB

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

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

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

R = 34.81%
G = 31.43%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#867982 (or 0x867982) is known color: Taupe Grey. HEX triplet: 86, 79 and 82. RGB value is (134,121,130). Sum of RGB (Red+Green+Blue) = 134+121+130=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 134 - color contains mainly: red. Hex color #867982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867982 is #79867D. Grayscale: #7D7D7D. Windows color (decimal): -7964286 or 8550790. OLE color: 8550790.

HSL color Cylindrical-coordinate representation of color #867982: hue angle of 318.46º 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 #867982 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 121 130 -
CMYK 0 0.10 0.03 0.47
HSL 318.46º 0.05% 0.5% -
HSV(B) 318.46º 0.1% 0.53% -
XYZ 20.7 20.35 23.96 -
YUV 125.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 134 121 130 0 0.10 0.03 0.47 318.46 0.05 0.5
Hex 86 79 82 0 A 3 2F 13E 5 32
Octal 206 171 202 0 12 3 57 476 5 62
Binary 10000110 1111001 10000010 0 1010 11 101111 100111110 101 110010

Color Harmonies of #867982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867982

Black with #867982

Text Example


Text Example

White with #867982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867982; }

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

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

background-color css

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

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

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

border-color css

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

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

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