Html Css Color HEX #867A82 Taupe Grey

📋 copy color: '#867A82'

red 134 ◦ green 122 ◦ blue 130

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

Shades of Taupe Grey #867A82

Tints of Taupe Grey #867A82

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.61%

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

R = 34.72%
G = 31.61%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#867A82 (or 0x867A82) is known color: Taupe Grey. HEX triplet: 86, 7A and 82. RGB value is (134,122,130). Sum of RGB (Red+Green+Blue) = 134+122+130=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 134 - color contains mainly: red. Hex color #867A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867A82 is #79857D. Grayscale: #7E7E7E. Windows color (decimal): -7964030 or 8551046. OLE color: 8551046.

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

Color convert

RGB 134 122 130 -
CMYK 0 0.09 0.03 0.47
HSL 320º 0.05% 0.5% -
HSV(B) 320º 0.09% 0.53% -
XYZ 20.82 20.6 24 -
YUV 126.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 134 122 130 0 0.09 0.03 0.47 320 0.05 0.5
Hex 86 7A 82 0 9 3 2F 140 5 32
Octal 206 172 202 0 11 3 57 500 5 62
Binary 10000110 1111010 10000010 0 1001 11 101111 101000000 101 110010

Color Harmonies of #867A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867A82

Black with #867A82

Text Example


Text Example

White with #867A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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