#8D787E

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

Shades of Venus #8D787E

Tints of Venus #8D787E

Color information

#8D787E (or 0x8D787E) is unknown color: approx Venus. HEX triplet: 8D, 78 and 7E. RGB value is (141,120,126). Sum of RGB (Red+Green+Blue) = 141+120+126=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 141 - color contains mainly: red. Hex color #8D787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D787E is #728781. Grayscale: #7E7E7E. Windows color (decimal): -7505794 or 8288397. OLE color: 8288397.

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

Color convert

RGB141120126-
CMYK00.150.110.45
HSL342.86º8.43%51.18%-
HSV(B)342.86º14.89%55.29%-
XYZ21.4720.622.58-
YUV126.96127.46138.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.43%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=36.43%
G=31.01%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112012600.150.110.45342.868.4351.18
Hex8D787E0FB2D157833
Octal21517017601713555271063
Binary10001101111100011111100111110111011011010101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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