Html Css Color HEX #8B828A Taupe Grey

📋 copy color: '#8B828A'

red 139 ◦ green 130 ◦ blue 138

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

Shades of Taupe Grey #8B828A

Tints of Taupe Grey #8B828A

RGB

 RED value IS 139 (54.69% from 255) = 34.15%

 GREEN value IS 130 (51.17% from 255) = 31.94%

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 34.15%
G = 31.94%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8B828A (or 0x8B828A) is known color: Taupe Grey. HEX triplet: 8B, 82 and 8A. RGB value is (139,130,138). Sum of RGB (Red+Green+Blue) = 139+130+138=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 139 - color contains mainly: red. Hex color #8B828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B828A is #747D75. Grayscale: #858585. Windows color (decimal): -7634294 or 9077387. OLE color: 9077387.

HSL color Cylindrical-coordinate representation of color #8B828A: hue angle of 306.67º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8B828A is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 130 138 -
CMYK 0 0.06 0.01 0.45
HSL 306.67º 0.04% 0.53% -
HSV(B) 306.67º 0.06% 0.55% -
XYZ 23.22 23.29 27.32 -
YUV 133.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 139 130 138 0 0.06 0.01 0.45 306.67 0.04 0.53
Hex 8B 82 8A 0 6 1 2D 133 4 35
Octal 213 202 212 0 6 1 55 463 4 65
Binary 10001011 10000010 10001010 0 110 1 101101 100110011 100 110101

Color Harmonies of #8B828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B828A

Black with #8B828A

Text Example


Text Example

White with #8B828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B828A; }

 p { color: rgb(139,130,138); }

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

background-color css

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

 a { background-color: rgb(139,130,138); }

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

border-color css

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

 span { border-color: rgb(139,130,138); }

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