#8D787F

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

Shades of Venus #8D787F

Tints of Venus #8D787F

Color information

#8D787F (or 0x8D787F) is unknown color: approx Venus. HEX triplet: 8D, 78 and 7F. RGB value is (141,120,127). Sum of RGB (Red+Green+Blue) = 141+120+127=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 141 - color contains mainly: red. Hex color #8D787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D787F is #728780. Grayscale: #7F7F7F. Windows color (decimal): -7505793 or 8353933. OLE color: 8353933.

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

Color convert

RGB141120127-
CMYK00.150.100.45
HSL340º8.43%51.18%-
HSV(B)340º14.89%55.29%-
XYZ21.5320.6322.93-
YUV127.08127.96137.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.34%
GREEN value IS 120 (47.27% from 255) = 30.93%
BLUE value IS 127 (50% from 255) = 32.73%
R=36.34%
G=30.93%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112012700.150.100.453408.4351.18
Hex8D787F0FA2D154833
Octal21517017701712555241063
Binary10001101111100011111110111110101011011010101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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