#8B798B

Color #8B798B Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #8B798B

Tints of Taupe Grey #8B798B

Color information

#8B798B (or 0x8B798B) is unknown color: approx Taupe Grey. HEX triplet: 8B, 79 and 8B. RGB value is (139,121,139). Sum of RGB (Red+Green+Blue) = 139+121+139=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B798B is #748674. Grayscale: #808080. Windows color (decimal): -7636597 or 9140619. OLE color: 9140619.

HSL color Cylindrical-coordinate representation of color #8B798B: hue angle of 300º 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 #8B798B is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB139121139-
CMYK00.1300.45
HSL300º7.2%50.98%-
HSV(B)300º12.95%54.51%-
XYZ22.1521.0327.32-
YUV128.43133.96135.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.84%
GREEN value IS 121 (47.66% from 255) = 30.33%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=34.84%
G=30.33%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912113900.1300.453007.250.98
Hex8B798B0D02D12c733
Octal213171213015055454763
Binary10001011111100110001011011010101101100101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B798B;
 }
 .AnyTagClassName
 {
   color: #8B798B;
 }
</style>
background-color css

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

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

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

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

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

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