#8B787F

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

Shades of Venus #8B787F

Tints of Venus #8B787F

Color information

#8B787F (or 0x8B787F) is unknown color: approx Venus. HEX triplet: 8B, 78 and 7F. RGB value is (139,120,127). Sum of RGB (Red+Green+Blue) = 139+120+127=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 139 - color contains mainly: red. Hex color #8B787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B787F is #748780. Grayscale: #7E7E7E. Windows color (decimal): -7636865 or 8353931. OLE color: 8353931.

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

Color convert

RGB139120127-
CMYK00.140.090.45
HSL337.89º7.57%50.78%-
HSV(B)337.89º13.67%54.51%-
XYZ21.1920.4522.91-
YUV126.48128.29136.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.01%
GREEN value IS 120 (47.27% from 255) = 31.09%
BLUE value IS 127 (50% from 255) = 32.90%
R=36.01%
G=31.09%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912012700.140.090.45337.897.5750.78
Hex8B787F0E92D152833
Octal21317017701611555221063
Binary10001011111100011111110111010011011011010100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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