#8B787C

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

Shades of Venus #8B787C

Tints of Venus #8B787C

Color information

#8B787C (or 0x8B787C) is unknown color: approx Venus. HEX triplet: 8B, 78 and 7C. RGB value is (139,120,124). Sum of RGB (Red+Green+Blue) = 139+120+124=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 139 - color contains mainly: red. Hex color #8B787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B787C is #748783. Grayscale: #7E7E7E. Windows color (decimal): -7636868 or 8157323. OLE color: 8157323.

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

Color convert

RGB139120124-
CMYK00.140.110.45
HSL347.37º7.57%50.78%-
HSV(B)347.37º13.67%54.51%-
XYZ2120.3821.9-
YUV126.14126.79137.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.29%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 124 (48.83% from 255) = 32.38%
R=36.29%
G=31.33%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912012400.140.110.45347.377.5750.78
Hex8B787C0EB2D15b833
Octal21317017401613555331063
Binary10001011111100011111000111010111011011010110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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