Html Css Color HEX #8B798A Taupe Grey

📋 copy color: '#8B798A'

red 139 ◦ green 121 ◦ blue 138

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

Shades of Taupe Grey #8B798A

Tints of Taupe Grey #8B798A

RGB

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

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

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

R = 34.92%
G = 30.4%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8B798A (or 0x8B798A) is known color: Taupe Grey. HEX triplet: 8B, 79 and 8A. RGB value is (139,121,138). Sum of RGB (Red+Green+Blue) = 139+121+138=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 139 - color contains mainly: red. Hex color #8B798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B798A is #748675. Grayscale: #808080. Windows color (decimal): -7636598 or 9075083. OLE color: 9075083.

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

Color convert

RGB 139 121 138 -
CMYK 0 0.13 0.01 0.45
HSL 303.33º 0.07% 0.51% -
HSV(B) 303.33º 0.13% 0.55% -
XYZ 22.07 21 26.93 -
YUV 128.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 139 121 138 0 0.13 0.01 0.45 303.33 0.07 0.51
Hex 8B 79 8A 0 D 1 2D 12F 7 33
Octal 213 171 212 0 15 1 55 457 7 63
Binary 10001011 1111001 10001010 0 1101 1 101101 100101111 111 110011

Color Harmonies of #8B798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B798A

Black with #8B798A

Text Example


Text Example

White with #8B798A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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