#8B7D8A

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

Shades of Taupe Grey #8B7D8A

Tints of Taupe Grey #8B7D8A

Color information

#8B7D8A (or 0x8B7D8A) is unknown color: approx Taupe Grey. HEX triplet: 8B, 7D and 8A. RGB value is (139,125,138). Sum of RGB (Red+Green+Blue) = 139+125+138=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7D8A is #748275. Grayscale: #828282. Windows color (decimal): -7635574 or 9076107. OLE color: 9076107.

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

Color convert

RGB139125138-
CMYK00.100.010.45
HSL304.29º5.69%51.76%-
HSV(B)304.29º10.07%54.51%-
XYZ22.5721.9927.1-
YUV130.67132.14133.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.58%
GREEN value IS 125 (49.22% from 255) = 31.09%
BLUE value IS 138 (54.30% from 255) = 34.33%
R=34.58%
G=31.09%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912513800.100.010.45304.295.6951.76
Hex8B7D8A0A12D130634
Octal213175212012155460664
Binary10001011111110110001010010101101101100110000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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