#8C788B

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

Shades of Taupe Grey #8C788B

Tints of Taupe Grey #8C788B

Color information

#8C788B (or 0x8C788B) is unknown color: approx Taupe Grey. HEX triplet: 8C, 78 and 8B. RGB value is (140,120,139). Sum of RGB (Red+Green+Blue) = 140+120+139=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 140 - color contains mainly: red. Hex color #8C788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C788B is #738774. Grayscale: #808080. Windows color (decimal): -7571317 or 9140364. OLE color: 9140364.

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

Color convert

RGB140120139-
CMYK00.140.010.45
HSL303º8%50.98%-
HSV(B)303º14.29%54.9%-
XYZ22.1920.8727.29-
YUV128.15134.13136.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.09%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=35.09%
G=30.08%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012013900.140.010.45303850.98
Hex8C788B0E12D12f833
Octal2141702130161554571063
Binary100011001111000100010110111011011011001011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,120,139); }

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

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

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

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

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

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

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