Html Css Color HEX #8B848A Taupe Grey

📋 copy color: '#8B848A'

red 139 ◦ green 132 ◦ blue 138

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

Shades of Taupe Grey #8B848A

Tints of Taupe Grey #8B848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.27%

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

R = 33.99%
G = 32.27%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8B848A (or 0x8B848A) is known color: Taupe Grey. HEX triplet: 8B, 84 and 8A. RGB value is (139,132,138). Sum of RGB (Red+Green+Blue) = 139+132+138=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 139 - color contains mainly: red. Hex color #8B848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B848A is #747B75. Grayscale: #868686. Windows color (decimal): -7633782 or 9077899. OLE color: 9077899.

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

Color convert

RGB 139 132 138 -
CMYK 0 0.05 0.01 0.45
HSL 308.57º 0.03% 0.53% -
HSV(B) 308.57º 0.05% 0.55% -
XYZ 23.49 23.83 27.41 -
YUV 134.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 139 132 138 0 0.05 0.01 0.45 308.57 0.03 0.53
Hex 8B 84 8A 0 5 1 2D 135 3 35
Octal 213 204 212 0 5 1 55 465 3 65
Binary 10001011 10000100 10001010 0 101 1 101101 100110101 11 110101

Color Harmonies of #8B848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B848A

Black with #8B848A

Text Example


Text Example

White with #8B848A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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